Skip to content

Commit b853391

Browse files
Remove build step making binaries bucket public (#191)
This is done as there are no more public buckets under google.com org in any project.
1 parent 8537861 commit b853391

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rollout/cli_tools_cloudbuild_build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,3 @@ steps:
6262
- name: 'gcr.io/cloud-builders/gsutil'
6363
args: ['cp', '/workspace/windows/*', 'gs://$_IMAGE_PROJECT/$_RELEASE/windows/']
6464

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

Comments
 (0)