Remove gsutil acl command for bucket permissions.

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>
This commit is contained in:
James Blair
2024-06-29 17:39:06 +12:00
parent 8e20ad03ac
commit f0246a9f84

View File

@ -280,9 +280,6 @@ main() {
log_callout "Pushing container manifest list to gcr.io ${RELEASE_VERSION}" log_callout "Pushing container manifest list to gcr.io ${RELEASE_VERSION}"
maybe_run docker manifest push "gcr.io/etcd-development/etcd:${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 fi
### Release validation ### Release validation