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 900167c commit 4c6bdc0Copy full SHA for 4c6bdc0
.kokoro/build.sh
@@ -41,6 +41,10 @@ then
41
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
42
fi
43
44
+# try to enable Google Drive access
45
+gcloud --version
46
+gcloud auth login --enable-gdrive-access
47
+
48
# If this is a continuous build, send the test log to the FlakyBot.
49
# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
50
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"continuous"* ]]; then
0 commit comments