Skip to content

Commit

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

# 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"
"--rm"
"-v ${HOME}/.config/gcloud:/root/.config/gcloud"
"-v ${WORKSPACE}/gcloud_config:/root/.config/gcloud"
"google/cloud-sdk"
)

Expand Down

0 comments on commit 0e6f99b

Please sign in to comment.