Skip to content

Commit

Permalink
copy r
Browse files Browse the repository at this point in the history
  • Loading branch information
jyang-broad committed Jul 8, 2024
1 parent 4076c6b commit a66a9b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion automation/canary-prod-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ else
echo "Starting canary test in Production"
fi

cp ${HOME}/.config/gcloud ${WORKSPACE}/gcloud_config
# the Jenkins config runs gcloud auth outside this script
# we want to copy the global configs into the workspace so we don't affect other jobs that might be running on the node
cp -r ${HOME}/.config/gcloud ${WORKSPACE}/gcloud_config

DOCKER_ARGS=(
"run"
Expand Down

0 comments on commit a66a9b8

Please sign in to comment.