You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -419,7 +410,7 @@ verify-unchanged: ## Verify there are no un-committed changes
419
410
.PHONY: container-build
420
411
container-build: check ## Build containers
421
412
$(DOCKER_GO)"make bundle"
422
-
make docker-build bundle-build must-gather-build
413
+
make docker-build bundle-build
423
414
424
415
.PHONY: bundle-build-community
425
416
bundle-build-community: bundle-community ## Run bundle community changes in CSV, and then build the bundle image.
@@ -428,13 +419,13 @@ bundle-build-community: bundle-community ## Run bundle community changes in CSV,
428
419
.PHONY: container-build-community
429
420
container-build-community: check ## Build containers for community
430
421
$(DOCKER_GO)"make bundle-community"
431
-
make docker-build bundle-build-community must-gather-build
422
+
make docker-build bundle-build-community
432
423
433
424
.PHONY: container-push
434
-
container-push: docker-push bundle-push catalog-build catalog-push must-gather-push ## Push containers (NOTE: catalog can't be build before bundle was pushed)
425
+
container-push: docker-push bundle-push catalog-build catalog-push## Push containers (NOTE: catalog can't be build before bundle was pushed)
435
426
436
427
.PHONY: container-build-and-push-community
437
-
container-build-and-push-community: container-build-community container-push ## Build four images, update CSV for community, and push all the images to Quay (docker, bundle, catalog, and must-gather).
428
+
container-build-and-push-community: container-build-community container-push ## Build four images, update CSV for community, and push all the images to Quay (docker, bundle, and catalog).
438
429
.PHONY: cluster-functest
439
430
cluster-functest: ginkgo ## Run e2e tests in a real cluster
0 commit comments