Skip to content

Commit

Permalink
chore: update python version in release.sh (#3744)
Browse files Browse the repository at this point in the history
* chore: update python version in release.sh

* update release.sh comment
  • Loading branch information
diegomarquezp authored Feb 13, 2024
1 parent 712c6bf commit dfd3a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/ubuntu/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ gsutil -q cp "gs://ct4e-m2-repositories-for-kokoro/m2-cache.tar" - \
export CLOUDSDK_CORE_DISABLE_USAGE_REPORTING=true
gcloud components update --quiet

# More recent Cloud SDK requires Python 3.5 (b/194714889)
# More recent Cloud SDK requires Python 3.8 - 3.12
if [ -z "$CLOUDSDK_PYTHON" ]; then
export CLOUDSDK_PYTHON=python3.5
export CLOUDSDK_PYTHON=python3.12
fi
gcloud components install app-engine-java --quiet

Expand Down

0 comments on commit dfd3a10

Please sign in to comment.