5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
branch=`git rev-parse --abbrev-ref HEAD`
|
|
fly -t tools destroy-pipeline -p sts4-${branch}
|
|
|