From e4ae520d53dab766f2bef748623c94c413dc706c Mon Sep 17 00:00:00 2001 From: David Kwon Date: Thu, 26 Jun 2025 12:54:07 -0400 Subject: [PATCH] Temporarily don't build new bundle image on next release Signed-off-by: David Kwon --- make-release.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/make-release.sh b/make-release.sh index 9a2cd7bcb..966729945 100755 --- a/make-release.sh +++ b/make-release.sh @@ -276,15 +276,15 @@ release() { git checkout "${X_BRANCH}" # Build bundle and index images - $DRY_RUN build/scripts/build_index_image.sh \ - --release \ - --bundle-tag "$VERSION" \ - --bundle-repo "$DWO_BUNDLE_QUAY_REPO" \ - --index-image "$DWO_INDEX_IMAGE" \ - --force - - # Commit changes from releasing bundle - git_commit_and_push "[release] Add OLM bundle for $VERSION in $X_BRANCH" "ci-add-bundle-$VERSION" + # $DRY_RUN build/scripts/build_index_image.sh \ + # --release \ + # --bundle-tag "$VERSION" \ + # --bundle-repo "$DWO_BUNDLE_QUAY_REPO" \ + # --index-image "$DWO_INDEX_IMAGE" \ + # --force + + # # Commit changes from releasing bundle + # git_commit_and_push "[release] Add OLM bundle for $VERSION in $X_BRANCH" "ci-add-bundle-$VERSION" # Tag current commit as release version git tag "${VERSION}"