Skip to content

Commit a93e971

Browse files
committed
Revert "Temporarily don't build new bundle image on next release"
This reverts commit b01e273. Signed-off-by: David Kwon <[email protected]>
1 parent b01e273 commit a93e971

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

make-release.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -276,15 +276,15 @@ release() {
276276
git checkout "${X_BRANCH}"
277277

278278
# Build bundle and index images
279-
# $DRY_RUN build/scripts/build_index_image.sh \
280-
# --release \
281-
# --bundle-tag "$VERSION" \
282-
# --bundle-repo "$DWO_BUNDLE_QUAY_REPO" \
283-
# --index-image "$DWO_INDEX_IMAGE" \
284-
# --force
285-
286-
# # Commit changes from releasing bundle
287-
# git_commit_and_push "[release] Add OLM bundle for $VERSION in $X_BRANCH" "ci-add-bundle-$VERSION"
279+
$DRY_RUN build/scripts/build_index_image.sh \
280+
--release \
281+
--bundle-tag "$VERSION" \
282+
--bundle-repo "$DWO_BUNDLE_QUAY_REPO" \
283+
--index-image "$DWO_INDEX_IMAGE" \
284+
--force
285+
286+
# Commit changes from releasing bundle
287+
git_commit_and_push "[release] Add OLM bundle for $VERSION in $X_BRANCH" "ci-add-bundle-$VERSION"
288288

289289
# Tag current commit as release version
290290
git tag "${VERSION}"

0 commit comments

Comments
 (0)