Skip to content

Commit

Permalink
Remove gsutil acl command for bucket permissions.
Browse files Browse the repository at this point in the history
The bucket is already fully public so new releases don't need to run this command.

This will prevent significant terminal spam during the release process as there are thousands of objects in the bucket.

Signed-off-by: James Blair <mail@jamesblair.net>
  • Loading branch information
jmhbnz authored and k8s-infra-cherrypick-robot committed Jul 5, 2024
1 parent f2b9662 commit 9aaaafe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ main() {

log_callout "Pushing container manifest list to gcr.io ${RELEASE_VERSION}"
maybe_run docker manifest push "gcr.io/etcd-development/etcd:${RELEASE_VERSION}"

log_callout "Setting permissions using gsutil..."
maybe_run gsutil -m acl ch -u allUsers:R -r gs://artifacts.etcd-development.appspot.com
fi

### Release validation
Expand Down

0 comments on commit 9aaaafe

Please sign in to comment.