Files
spring-tools/concourse/destroy-pipeline.sh
2016-12-08 14:14:21 -08:00

5 lines
102 B
Bash
Executable File

#!/bin/bash
branch=`git rev-parse --abbrev-ref HEAD`
fly -t tools destroy-pipeline -p sts4-${branch}