Skip to content

Commit

Permalink
Set CLOUDSDK_PYTHON version to 3.8 (#1204)
Browse files Browse the repository at this point in the history
* Set CLOUDSDK_PYTHON version to 3.8

* Set CLOUDSDK_PYTHON version to 3.8

---------

Co-authored-by: Katherine Baillie <[email protected]>
  • Loading branch information
kbaillie and Katherine Baillie authored Oct 23, 2024
1 parent 185f699 commit 3dd16aa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/tfengine/generated/devops/cicd/configs/run.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/tfengine/generated/multi_envs/cicd/configs/run.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ROOT="."

# TODO(https://github.com/GoogleCloudPlatform/healthcare-data-protection-suite/issues/1029): Remove this after CICD container is updated to the latest.
LATEST_GCLOUD_VERSION=356.0.0
CLOUDSDK_PYTHON=3.8

apk add --no-cache curl
gcloud components update --version $LATEST_GCLOUD_VERSION
Expand Down
1 change: 1 addition & 0 deletions examples/tfengine/generated/team/cicd/configs/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ROOT="."

# TODO(https://github.com/GoogleCloudPlatform/healthcare-data-protection-suite/issues/1029): Remove this after CICD container is updated to the latest.
LATEST_GCLOUD_VERSION=356.0.0
CLOUDSDK_PYTHON=3.8

apk add --no-cache curl
gcloud components update --version $LATEST_GCLOUD_VERSION
Expand Down
1 change: 1 addition & 0 deletions templates/tfengine/components/cicd/configs/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ROOT="."

# TODO(https://github.com/GoogleCloudPlatform/healthcare-data-protection-suite/issues/1029): Remove this after CICD container is updated to the latest.
LATEST_GCLOUD_VERSION=356.0.0
CLOUDSDK_PYTHON=3.8

apk add --no-cache curl
gcloud components update --version $LATEST_GCLOUD_VERSION
Expand Down

0 comments on commit 3dd16aa

Please sign in to comment.