Skip to content

Commit 13b5f45

Browse files
Update cloudbuild.yaml
1 parent 088a9f9 commit 13b5f45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
steps:
1616
- name: 'gcr.io/cloud-builders/gcloud'
1717
entrypoint: 'gcloud'
18-
args: ['-q', 'storage', 'rsync', '--recursive', '${_GCS_CACHE_PATH}', '/m2_cache']
18+
args: ['storage', 'rsync', '--recursive', '${_GCS_CACHE_PATH}', '/m2_cache']
1919
volumes:
2020
- path: '/m2_cache'
2121
name: 'm2_cache'
@@ -30,7 +30,7 @@ steps:
3030
name: 'm2_cache'
3131
- name: 'gcr.io/cloud-builders/gcloud'
3232
entrypoint: 'gcloud'
33-
args: ['-q', 'storage', 'rsync', '--recursive', '/m2_cache', '${_GCS_CACHE_PATH}']
33+
args: ['storage', 'rsync', '--recursive', '/m2_cache', '${_GCS_CACHE_PATH}']
3434
volumes:
3535
- path: '/m2_cache'
3636
name: 'm2_cache'

0 commit comments

Comments
 (0)