Skip to content

Commit

Permalink
add application creds to papi test file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Feb 12, 2025
1 parent ca07382 commit a06a102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/bin/test_papi.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ cromwell::private::papi::setup_papi_gcloud() {
cromwell::build::add_exit_function cromwell::private::papi::teardown_papi_gcloud

gcloud auth activate-service-account --key-file="${CROMWELL_BUILD_PAPI_AUTH_JSON}"
export GOOGLE_APPLICATION_CREDENTIALS="${CROMWELL_BUILD_BATCH_AUTH_JSON}"
gcloud config set account "${CROMWELL_BUILD_PAPI_CLIENT_EMAIL}"
gcloud config set project "${CROMWELL_BUILD_PAPI_PROJECT_ID}"
}
Expand Down

0 comments on commit a06a102

Please sign in to comment.