Skip to content

Commit d9781c3

Browse files
committed
ci: specify project id
1 parent 2e9594b commit d9781c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ if [[ -f "${KOKORO_GFILE_DIR}/project-id.json" ]]
4040
then
4141
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
4242
else
43-
PROJECT_ID=precise-truck-742
43+
export PROJECT_ID=precise-truck-742
4444
fi
45+
export GOOGLE_CLOUD_PROJECT="${PROJECT_ID}"
4546

4647
# If this is a continuous build, send the test log to the FlakyBot.
4748
# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.

0 commit comments

Comments
 (0)