We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edc4e5 commit 498f547Copy full SHA for 498f547
.kokoro/system.sh
@@ -72,6 +72,7 @@ run_package_test() {
72
73
# Export variables for the duration of this function's sub-processes
74
export PROJECT_ID GOOGLE_APPLICATION_CREDENTIALS NOX_FILE NOX_SESSION
75
+ export GOOGLE_CLOUD_PROJECT="${PROJECT_ID}"
76
77
gcloud auth activate-service-account --key-file="$GOOGLE_APPLICATION_CREDENTIALS"
78
gcloud config set project "$PROJECT_ID"
0 commit comments