Skip to content
Snippets Groups Projects

use prevent-rollback when variable name is version

Merged Harry Milne requested to merge harry/deploy-prevent-rollback into master
All threads resolved!
Files
2
+ 1
1
.deploy-template:
stage: deploy
before_script:
- curl https://git.iwoca.co.uk/devops/ci/raw/4.0.8/scripts/deploy.sh > deploy.sh
- curl https://git.iwoca.co.uk/devops/ci/raw/4.0.9/scripts/deploy.sh > deploy.sh
- chmod +x deploy.sh
script:
- eval VARIABLE="${VARIABLE}" # evaluate variable used in job definition
Loading