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
|
||||
- cleanup_build
|
||||
- deploy_new
|
||||
# - deploy
|
||||
- deploy
|
||||
# - cleanup
|
||||
|
||||
.run_deploy: &run_deploy
|
||||
script:
|
||||
- chmod +x ./deploy.sh
|
||||
- ./deploy.sh
|
||||
dependencies:
|
||||
- build_job
|
||||
# - ./deploy.sh
|
||||
# dependencies:
|
||||
# - build_job
|
||||
|
||||
build_job:
|
||||
stage: build
|
||||
|
|
Loading…
Reference in a new issue