Skip to content

Commit

Permalink
Merge pull request #130 from openshift-cherrypick-robot/cherry-pick-1…
Browse files Browse the repository at this point in the history
…26-to-release-0.3

[release-0.3] Allow to create a test bundle for development
  • Loading branch information
clobrano committed Mar 5, 2024
2 parents daf6d98 + a3db31e commit d269a2d
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 d269a2d

Please sign in to comment.