fixed syntax errors
This commit is contained in:
parent
603f0ca94d
commit
c9c4836a88
1 changed files with 4 additions and 4 deletions
|
@ -2,15 +2,15 @@ stages:
|
||||||
- build
|
- build
|
||||||
- cleanup_build
|
- cleanup_build
|
||||||
- deploy_new
|
- deploy_new
|
||||||
# - deploy
|
- deploy
|
||||||
# - cleanup
|
# - cleanup
|
||||||
|
|
||||||
.run_deploy: &run_deploy
|
.run_deploy: &run_deploy
|
||||||
script:
|
script:
|
||||||
- chmod +x ./deploy.sh
|
- chmod +x ./deploy.sh
|
||||||
- ./deploy.sh
|
# - ./deploy.sh
|
||||||
dependencies:
|
# dependencies:
|
||||||
- build_job
|
# - build_job
|
||||||
|
|
||||||
build_job:
|
build_job:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in a new issue