mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
Fix gsutil rsync supported args
This fixes a problem with -x <args> no longer worked. Seen in https://gitlab.com/gitlab-com/www-gitlab-com/-/jobs/1946099171.
This commit is contained in:
parent
77f0f3d150
commit
b90f2f9d79
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ index 734a8dbf0..0897d74a5 100644
|
|||
min_args=2,
|
||||
max_args=2,
|
||||
- supported_sub_args='a:cCdenpPriRuUx:j:J',
|
||||
+ supported_sub_args='a:cCdenpPriRuUxz:Zj:J',
|
||||
+ supported_sub_args='a:cCdenpPriRuUx:z:Zj:J',
|
||||
file_url_ok=True,
|
||||
provider_url_ok=False,
|
||||
urls_start_arg=0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue