Skip to content

Commit

Permalink
Merge pull request #18250 from jmhbnz/main
Browse files Browse the repository at this point in the history
Remove gsutil acl command for bucket permissions from release.sh
  • Loading branch information
jmhbnz authored Jul 4, 2024
2 parents 345501c + f0246a9 commit 059371a
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 059371a

Please sign in to comment.