fixed syntax errors

This commit is contained in:
Manuel Friedli 2017-03-07 04:16:22 +01:00
parent 603f0ca94d
commit c9c4836a88

View file

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