We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93754fa commit 26641b9Copy full SHA for 26641b9
1 file changed
ci/configure.sh
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
+set -euo pipefail
3
-set -eu
4
+REPO_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
5
-fly -t bosh set-pipeline -p bosh-deployment \
6
- -c ci/pipeline.yml
+fly -t "${CONCOURSE_TARGET:-bosh}" set-pipeline -p bosh-deployment \
7
+ -c "${REPO_ROOT}/ci/pipeline.yml"
0 commit comments