We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9594b commit d9781c3Copy full SHA for d9781c3
.kokoro/build.sh
@@ -40,8 +40,9 @@ if [[ -f "${KOKORO_GFILE_DIR}/project-id.json" ]]
40
then
41
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
42
else
43
- PROJECT_ID=precise-truck-742
+ export PROJECT_ID=precise-truck-742
44
fi
45
+export GOOGLE_CLOUD_PROJECT="${PROJECT_ID}"
46
47
# If this is a continuous build, send the test log to the FlakyBot.
48
# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
0 commit comments