We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8537861 commit b853391Copy full SHA for b853391
rollout/cli_tools_cloudbuild_build.yaml
@@ -62,6 +62,3 @@ steps:
62
- name: 'gcr.io/cloud-builders/gsutil'
63
args: ['cp', '/workspace/windows/*', 'gs://$_IMAGE_PROJECT/$_RELEASE/windows/']
64
65
-# Make binaries world-readable - _IMAGE_PROJECT
66
-- name: 'gcr.io/cloud-builders/gsutil'
67
- args: ['-m', 'acl', '-r', 'ch', '-u', 'AllUsers:R', 'gs://$_IMAGE_PROJECT/$_RELEASE/*']
0 commit comments