Skip to content

Commit

Permalink
Allow fly target override
Browse files Browse the repository at this point in the history
  • Loading branch information
spikymonkey authored and royclarkson committed May 16, 2024
1 parent 6f92be2 commit 4267025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/set-pipelines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

readonly FLY_TARGET="scosb"
readonly FLY_TARGET="${FLY_TARGET:-"scosb"}"

set_pipeline() {
local pipeline_name pipeline_definition branch ci_image_tag
Expand Down

0 comments on commit 4267025

Please sign in to comment.