fixed syntax errors

This commit is contained in:
Manuel Friedli 2017-03-07 04:16:22 +01:00
parent 603f0ca94d
commit c9c4836a88
1 changed files with 4 additions and 4 deletions

View File

@ -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