Merge pull request #18250 from jmhbnz/main

Remove gsutil acl command for bucket permissions from release.sh
This commit is contained in:
James Blair 2024-07-04 13:43:54 +12:00 committed by GitHub
commit 059371a02f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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