update
This commit is contained in:
@@ -17,11 +17,10 @@
|
||||
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml
|
||||
|
||||
stages: # List of stages for jobs, and their order of execution
|
||||
- build
|
||||
- deploy
|
||||
|
||||
build-job: # This job runs in the build stage, which runs first.
|
||||
stage: build
|
||||
stage: deploy
|
||||
script:
|
||||
- echo "Compiling the code..."
|
||||
- echo "I'm..." $(whoami)
|
||||
|
||||
Reference in New Issue
Block a user