We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4adc47b + ba631f1 commit ec1a311Copy full SHA for ec1a311
1 file changed
Dockerfile
@@ -13,7 +13,8 @@ RUN sudo apt-get install vim
13
14
# Add gcloud CLI
15
RUN curl -sSL https://sdk.cloud.google.com | bash \
16
- && rm -r /home/circleci/google-cloud-sdk/.install/.backup/
+ && rm -r /home/circleci/google-cloud-sdk/.install/.backup/ \
17
+ && sed -i -e 's/line.split(/line.rsplit(None, 9/g' /home/circleci/google-cloud-sdk/platform/gsutil/gslib/commands/rsync.py # patch broken rsync command
18
ENV PATH $PATH:/home/circleci/google-cloud-sdk/bin/
19
20
# Add kubectl
0 commit comments