Skip to content

Commit ed49c9f

Browse files
committed
Back to the latest google sdk version.
GoogleCloudPlatform/gsutil#805
1 parent 5ee57af commit ed49c9f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ RUN sudo apt-get install vim
1313

1414
# Add gcloud CLI
1515
RUN curl -sSL https://sdk.cloud.google.com | bash \
16-
&& rm -r /home/circleci/google-cloud-sdk/.install/.backup/ \
17-
&& /home/circleci/google-cloud-sdk/bin/gcloud components update --version 251.0.0 --quiet # rsync fails with gsutil 4.39
16+
&& rm -r /home/circleci/google-cloud-sdk/.install/.backup/
1817
ENV PATH $PATH:/home/circleci/google-cloud-sdk/bin/
1918

2019
# Add kubectl

0 commit comments

Comments
 (0)