Skip to content

Commit

Permalink
Allow folks to bring their own fly version
Browse files Browse the repository at this point in the history
- As in some dev envs we might be dealing with multiple Concourses this
becomes handy.
  • Loading branch information
dlresende committed Aug 21, 2020
1 parent 8498f79 commit 2acae0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ set -exu

dir="$(dirname "$0")"

fly -t "${CONCOURSE_TARGET:-production}" \
FLY="${FLY_CLI:-fly}"

"$FLY" -t "${CONCOURSE_TARGET:-production}" \
sp -p os-conf-release \
-c "$dir/pipeline.yml" \
-l <(lpass show --notes 'os-conf-release pipeline vars') \
Expand Down

0 comments on commit 2acae0b

Please sign in to comment.