File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,6 @@ if [[ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" && "${GOOGLE_APPLICATION_CREDENTI
42
42
export GOOGLE_APPLICATION_CREDENTIALS=$( realpath ${KOKORO_GFILE_DIR} /${GOOGLE_APPLICATION_CREDENTIALS} )
43
43
fi
44
44
45
- export TEST_UNIVERSE_DOMAIN_CREDENTIAL=$( realpath ${KOKORO_GFILE_DIR} /secret_manager/client-library-test-universe-domain-credential)
46
- export TEST_UNIVERSE_DOMAIN=$( gcloud secrets versions access latest --project cloud-devrel-kokoro-resources --secret=client-library-test-universe-domain)
47
- export TEST_UNIVERSE_PROJECT_ID=$( gcloud secrets versions access latest --project cloud-devrel-kokoro-resources --secret=client-library-test-universe-project-id)
48
- export TEST_UNIVERSE_LOCATION=$( gcloud secrets versions access latest --project cloud-devrel-kokoro-resources --secret=client-library-test-universe-storage-location)
49
-
50
45
RETURN_CODE=0
51
46
set +e
52
47
You can’t perform that action at this time.
0 commit comments