Skip to content

Commit 498f547

Browse files
committed
enable GOOGLE_CLOUD_PROJECT env variable
1 parent 5edc4e5 commit 498f547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.kokoro/system.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ run_package_test() {
7272

7373
# Export variables for the duration of this function's sub-processes
7474
export PROJECT_ID GOOGLE_APPLICATION_CREDENTIALS NOX_FILE NOX_SESSION
75+
export GOOGLE_CLOUD_PROJECT="${PROJECT_ID}"
7576

7677
gcloud auth activate-service-account --key-file="$GOOGLE_APPLICATION_CREDENTIALS"
7778
gcloud config set project "$PROJECT_ID"

0 commit comments

Comments
 (0)