Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
Loading