Files
spring-tools/concourse/set-pipeline.sh
2016-12-08 15:33:41 -08:00

4 lines
195 B
Bash
Executable File

#!/bin/bash
branch=`git rev-parse --abbrev-ref HEAD`
fly -t tools set-pipeline --var "branch=${branch}" --load-vars-from ${HOME}/.sts4-concourse-credentials.yml -p sts4-${branch} -c pipeline.yml