Add GitLab CI/CD pipeline configuration (dummy)
This commit is contained in:
7
frontend/.gitlab-ci-frontend.yml
Normal file
7
frontend/.gitlab-ci-frontend.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
stages:
|
||||
- frontend_build
|
||||
|
||||
frontend_build_job:
|
||||
stage: frontend_build
|
||||
script:
|
||||
- echo "Building frontend project on branch: $CI_COMMIT_BRANCH"
|
||||
Reference in New Issue
Block a user