Skip to content

Commit 402ce3b

Browse files
authored
Fix kokoro build failures (#3645)
1 parent fb49730 commit 402ce3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kokoro/ubuntu/release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ set -o errexit
88
# Display commands being run.
99
set -o xtrace
1010

11+
# More recent Cloud SDK requires Python 3.5 (b/194714889)
12+
export CLOUDSDK_PYTHON=python3.5
13+
1114
gsutil -q cp "gs://ct4e-m2-repositories-for-kokoro/m2-cache.tar" - \
1215
| tar -C "${HOME}" -xf -
1316

0 commit comments

Comments
 (0)