Skip to content

Commit

Permalink
Install curl and latest gcloud to support using a more recent gcloud …
Browse files Browse the repository at this point in the history
…in the existing CICD container. (#1028)
  • Loading branch information
yeweidaniel authored Sep 13, 2021
1 parent 7655f1a commit e603d4e
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 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.

6 changes: 6 additions & 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 @@ -20,6 +20,12 @@ ACTIONS=()
DIRS=()
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

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

while getopts "a:d:r:" c
do
case $c in
Expand Down
6 changes: 6 additions & 0 deletions examples/tfengine/generated/team/cicd/configs/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ ACTIONS=()
DIRS=()
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

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

while getopts "a:d:r:" c
do
case $c in
Expand Down
6 changes: 6 additions & 0 deletions templates/tfengine/components/cicd/configs/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ ACTIONS=()
DIRS=()
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

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

while getopts "a:d:r:" c
do
case $c in
Expand Down

0 comments on commit e603d4e

Please sign in to comment.