Skip to content

Commit 4c6bdc0

Browse files
committed
ci: try to enable drive access via gcloud
1 parent 900167c commit 4c6bdc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.kokoro/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ then
4141
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
4242
fi
4343

44+
# try to enable Google Drive access
45+
gcloud --version
46+
gcloud auth login --enable-gdrive-access
47+
4448
# If this is a continuous build, send the test log to the FlakyBot.
4549
# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
4650
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"continuous"* ]]; then

0 commit comments

Comments
 (0)