Skip to content

Commit

Permalink
Allow to create a test bundle for development
Browse files Browse the repository at this point in the history
Is currently not possible to create a test bundle (e.g. with changes or
custom IMAGE_REGISTRY) due to `docker-build` target running
`verify-no-changes` recipe

Let `docker-build` run only `test-no-verify-changes` to permit test
bundles creation.

Signed-off-by: Carlo Lobrano <c.lobrano@gmail.com>
  • Loading branch information
clobrano authored and openshift-cherrypick-robot committed Mar 5, 2024
1 parent daf6d98 commit a3db31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
go run ./main.go

.PHONY: docker-build
docker-build: test ## Build docker image with the manager.
docker-build: test-no-verify-changes ## Build docker image with the manager.
docker build -t ${IMG} .

.PHONY: docker-push
Expand Down

0 comments on commit a3db31e

Please sign in to comment.