Skip to content

Commit

Permalink
Merge pull request #6942 from inteon/release-1.14_acl
Browse files Browse the repository at this point in the history
[release-1.14] Disable rclone gcs bucket ACL
  • Loading branch information
cert-manager-prow[bot] committed Apr 22, 2024
2 parents fb5b0ac + a298c14 commit c1bc830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/release.mk
Original file line number Diff line number Diff line change
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 c1bc830

Please sign in to comment.