Files
spring-tools/concourse/set-experimental-pipeline.sh
Kris De Volder 5789909036 No longer using local credentials file
We rely on credhub instead.
2019-04-01 11:59:54 -07:00

9 lines
186 B
Bash
Executable File

#!/bin/bash
branch=`git rev-parse --abbrev-ref HEAD`
fly -t tools set-pipeline \
--var "branch=${branch}" \
-p "sts4-experimental-${branch}" \
-c experimental-pipeline.yml