mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Fix www-gitlab-com image with rsync patch
gsutil updated the rsync class in https://github.com/GoogleCloudPlatform/gsutil/pull/1642. This patch ports https://github.com/GoogleCloudPlatform/gsutil/pull/1430 to the latest version. We should eventually remove this patch and solve the issue via https://gitlab.com/gitlab-com/marketing/digital-experience/buyer-experience/-/issues/291.
This commit is contained in:
parent
5cc90b8ba2
commit
dc4fb0a36a
2 changed files with 12 additions and 10 deletions
|
|
@ -31,6 +31,8 @@ function build_debian() {
|
|||
|
||||
# Patch gsutil to support gzip compression with rsync command:
|
||||
# https://github.com/GoogleCloudPlatform/gsutil/pull/1430
|
||||
#
|
||||
# We should deprecate this and solve it via https://gitlab.com/gitlab-com/marketing/digital-experience/buyer-experience/-/issues/291
|
||||
if [[ -d "/patches/gsutil" ]]; then
|
||||
for i in /patches/gsutil/*.patch; do
|
||||
echo "$i..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue