Skip to content

Commit

Permalink
fix: propagate [debug ci] thru spot (#2395)
Browse files Browse the repository at this point in the history
Fixes [debug ci] propagating thru spot instances by passing BUILD_SYSTEM_DEBUG in spot runner
  • Loading branch information
ludamad authored Sep 19, 2023
1 parent e70a781 commit fe5eedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-system/scripts/remote_run_script
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
"

0 comments on commit fe5eedd

Please sign in to comment.