Revert "Fix www-gitlab-com image with rsync patch"

This reverts commit dc4fb0a36a.
This commit is contained in:
Stan Hu 2023-01-19 09:32:40 -08:00
parent e57a2714eb
commit b98a693a2c
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20
2 changed files with 10 additions and 12 deletions

View file

@ -31,8 +31,6 @@ 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..."