Skip to content

Commit 1782f39

Browse files
added set-pipeline script
1 parent 7790fbf commit 1782f39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: bin/set-pipeline

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
base_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
4+
5+
fly -t ci set-pipeline -p cf-cli-resource -c "$base_dir/pipeline.yml"

0 commit comments

Comments
 (0)