Update .gitlab-ci.yml file
This commit is contained in:
parent
f4fa3585f9
commit
e8ffb7461d
@ -23,8 +23,7 @@ stages: # List of stages for jobs, and their order of execution
|
||||
build-job: # This job runs in the build stage, which runs first.
|
||||
stage: build
|
||||
script:
|
||||
- echo "Compiling the code..."
|
||||
- echo "Compile complete."
|
||||
- python build.py
|
||||
|
||||
deploy-job: # This job runs in the deploy stage.
|
||||
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user