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 d9781c3 commit 900167cCopy full SHA for 900167c
.kokoro/build.sh
@@ -39,10 +39,7 @@ fi
39
if [[ -f "${KOKORO_GFILE_DIR}/project-id.json" ]]
40
then
41
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
42
-else
43
- 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.
.kokoro/presubmit-instance/common.cfg
@@ -12,3 +12,8 @@ container_properties {
12
}
13
14
build_file: "python-bigquery/.kokoro/build.sh"
15
+
16
+env_vars: {
17
+ key: "GOOGLE_CLOUD_PROJECT"
18
+ value: "precise-truck-742"
19
+}
0 commit comments