Skip to content

Commit

Permalink
adding system env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhangi-google committed Sep 30, 2024
1 parent cef3000 commit 9726809
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .kokoro/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ for ruby_version in "${ruby_versions[@]}"; do
# is in a read-only location.
export GEM_HOME=$HOME/.gem
export PATH=$GEM_HOME/bin:$PATH

# For universe domain testing
export TEST_UNIVERSE_DOMAIN_CREDENTIAL=$(realpath ${KOKORO_GFILE_DIR}/secret_manager/client-library-test-universe-domain-credential)
export TEST_UNIVERSE_DOMAIN=$(gcloud secrets versions access latest --project cloud-devrel-kokoro-resources --secret=client-library-test-universe-domain)
export TEST_UNIVERSE_PROJECT_ID=$(gcloud secrets versions access latest --project cloud-devrel-kokoro-resources --secret=client-library-test-universe-project-id)
export TEST_UNIVERSE_LOCATION=$(gcloud secrets versions access latest --project cloud-devrel-kokoro-resources --secret=client-library-test-universe-storage-location)

gem install --no-document toys

Expand Down

0 comments on commit 9726809

Please sign in to comment.