Skip to content

Commit 715e52c

Browse files
committed
Revert "Back to the latest google sdk version. "
This reverts commit ed49c9f.
1 parent ed49c9f commit 715e52c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ 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/
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
1718
ENV PATH $PATH:/home/circleci/google-cloud-sdk/bin/
1819

1920
# Add kubectl

0 commit comments

Comments
 (0)