From a66a9b825933414e145f3682b3acc8239ccc4fac Mon Sep 17 00:00:00 2001 From: Justin H Yang Date: Mon, 8 Jul 2024 10:04:25 -0700 Subject: [PATCH] copy r --- automation/canary-prod-test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/automation/canary-prod-test.sh b/automation/canary-prod-test.sh index 0d093a7ac..51bb55af4 100644 --- a/automation/canary-prod-test.sh +++ b/automation/canary-prod-test.sh @@ -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"