Skip to content

Commit f8fb70e

Browse files
committed
Simplify pipeline variables
1 parent 7e5e669 commit f8fb70e

File tree

3 files changed

+123
-168
lines changed

3 files changed

+123
-168
lines changed

ci/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ REPO_ROOT="$( cd "$( dirname "${0}" )/.." && pwd )"
66
fly="${FLY_CLI:-fly}"
77
concourse_target="${CONCOURSE_TARGET:-bosh-ecosystem}"
88

9-
until "${fly}" -t "${concourse_target}" status;do
9+
until "${fly}" -t "${concourse_target}" status; do
1010
"${fly}" -t "${concourse_target}" login
1111
sleep 1
1212
done

0 commit comments

Comments
 (0)