Skip to content

Commit 2add760

Browse files
author
CI (automated)
committed
Merge branch 'develop' of github.com:cloudfoundry/cf-deployment into release-candidate
2 parents e8130a2 + a56fde2 commit 2add760

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ci/configure

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/bin/bash -e
1+
#!/usr/bin/env bash
2+
3+
set -euo pipefail
24

35
main() {
46
local CF_D_PIPELINES=(cf-deployment update-releases pull-requests stemcell-bump)
@@ -19,8 +21,8 @@ EOF
1921
>> "${PROJECT_DIR}/ci/pipelines/${PIPELINE}.yml"
2022
fi
2123

22-
set -ex
23-
fly -t relint-ci sp -p "${PIPELINE}" -c "${PROJECT_DIR}/ci/pipelines/${PIPELINE}.yml"
24+
set -x
25+
fly -t ard sp -p "${PIPELINE}" -c "${PROJECT_DIR}/ci/pipelines/${PIPELINE}.yml"
2426
}
2527

2628
main "$@"

0 commit comments

Comments
 (0)