Skip to content

Commit

Permalink
Merge pull request #6946 from cert-manager-bot/cherry-pick-6942-to-re…
Browse files Browse the repository at this point in the history
…lease-1.12

[release-1.12] Disable rclone gcs bucket ACL
  • Loading branch information
cert-manager-prow[bot] committed Apr 23, 2024
2 parents f3d594a + 671c86d commit 4131d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/release.mk
Expand Up @@ -64,7 +64,7 @@ upload-release: release | $(NEEDS_RCLONE)
ifeq ($(strip $(RELEASE_TARGET_BUCKET)),)
$(error Trying to upload-release but RELEASE_TARGET_BUCKET is empty)
endif
$(RCLONE) copyto ./$(BINDIR)/release :gcs:$(RELEASE_TARGET_BUCKET)/stage/gcb/release/$(RELEASE_VERSION)
$(RCLONE) --gcs-bucket-policy-only copyto ./$(BINDIR)/release :gcs:$(RELEASE_TARGET_BUCKET)/stage/gcb/release/$(RELEASE_VERSION)

# Takes all metadata files in $(BINDIR)/metadata and combines them into one.

Expand Down

0 comments on commit 4131d77

Please sign in to comment.