From 42670259ee7627eb829b62a61b5bbf14febb6dac Mon Sep 17 00:00:00 2001 From: Gareth Clay Date: Thu, 16 May 2024 11:06:19 +0100 Subject: [PATCH] Allow fly target override --- scripts/set-pipelines.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/set-pipelines.sh b/scripts/set-pipelines.sh index 73ada275..e5ef321c 100755 --- a/scripts/set-pipelines.sh +++ b/scripts/set-pipelines.sh @@ -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