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.

Backports f0246a9

Signed-off-by: James Blair <[email protected]>
  • Loading branch information
jmhbnz committed Jul 19, 2024
1 parent dae8ba6 commit a1375b7
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 @@ -247,9 +247,6 @@ main() {
log_callout "Pushing container images to gcr.io ${RELEASE_VERSION}${TARGET_ARCH}"
docker push "gcr.io/etcd-development/etcd:${RELEASE_VERSION}${TARGET_ARCH}"
done

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

### Release validation
Expand Down

0 comments on commit a1375b7

Please sign in to comment.