Skip to content

Commit

Permalink
fix: pass debug env to spot [debug ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Sep 19, 2023
1 parent e72e347 commit a447ffe
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 a447ffe

Please sign in to comment.