From a3a88fb44fc897b58d362dd1122d83f70af32458 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