Skip to content

Commit ec1a311

Browse files
authored
Merge pull request #23 from wunderio/feature/gsutil-rsync-patch
Fix broken rsync command from gsutil
2 parents 4adc47b + ba631f1 commit ec1a311

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+
&& 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
1718
ENV PATH $PATH:/home/circleci/google-cloud-sdk/bin/
1819

1920
# Add kubectl

0 commit comments

Comments
 (0)