File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -276,15 +276,15 @@ release() {
276
276
git checkout " ${X_BRANCH} "
277
277
278
278
# 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"
288
288
289
289
# Tag current commit as release version
290
290
git tag " ${VERSION} "
You can’t perform that action at this time.
0 commit comments