From fe5eedd202ab26d3e27a195f482ea3e75df74d9b Mon Sep 17 00:00:00 2001 From: ludamad Date: Tue, 19 Sep 2023 11:09:01 +0100 Subject: [PATCH] fix: propagate [debug ci] thru spot (#2395) Fixes [debug ci] propagating thru spot instances by passing BUILD_SYSTEM_DEBUG in spot runner --- build-system/scripts/remote_run_script | 1 + 1 file changed, 1 insertion(+) diff --git a/build-system/scripts/remote_run_script b/build-system/scripts/remote_run_script index 4e4bacb0672..5ad1a850e14 100755 --- a/build-system/scripts/remote_run_script +++ b/build-system/scripts/remote_run_script @@ -27,5 +27,6 @@ ssh -A -F $SSH_CONFIG_PATH $IP " export DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD export ECR_DEPLOY_URL=$ECR_DEPLOY_URL export ECR_URL=$ECR_URL + export BUILD_SYSTEM_DEBUG=${BUILD_SYSTEM_DEBUG:-} ./remote_runner $@ "