Skip to content

Commit

Permalink
Merge pull request #24 from codeship-library/gcloud
Browse files Browse the repository at this point in the history
Update to gcloud CLI 202.0.0
  • Loading branch information
joesiewert committed May 25, 2018
2 parents 620b4e0 + 22fdffa commit ff9497f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer='Codeship Inc., <maintainers@codeship.com>'
# This is loosely based on the Dockerfile for the google/cloud-sdk image available
# at https://hub.docker.com/r/google/cloud-sdk/~/dockerfile/

ENV CACHE_BUST='2018-05-13' \
ENV CACHE_BUST='2018-05-25' \
CLOUDSDK_PYTHON_SITEPACKAGES=1 \
PATH="/google-cloud-sdk/bin:${PATH}"

Expand Down
2 changes: 1 addition & 1 deletion dockercfg-generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer='Codeship Inc., <maintainers@codeship.com>'

# Check for the latest available version on
# https://cloud.google.com/sdk/docs/#linux
ARG GOOGLE_CLOUD_VERSION="200.0.0"
ARG GOOGLE_CLOUD_VERSION="202.0.0"

ENV PATH="/google-cloud-sdk/bin:${PATH}"

Expand Down
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
gcloud_user: root
gcloud_home: /root
gae_java_version: 1.9.63
gcloud_version: 200.0.0
gcloud_version: 202.0.0

0 comments on commit ff9497f

Please sign in to comment.