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:
@ -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
|
||||||
|
Reference in New Issue
Block a user