Skip to content

Commit

Permalink
Put back PHONY kind-load
Browse files Browse the repository at this point in the history
  • Loading branch information
bentito committed Apr 26, 2024
1 parent 8a28ece commit 41751c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ extension-developer-e2e: run image-registry test-ext-dev-e2e kind-clean
e2e-coverage:
COVERAGE_OUTPUT=./e2e-cover.out ./hack/e2e-coverage.sh

.PHONY: kind-load
kind-load: $(KIND) #EXHELP Loads the currently constructed image onto the cluster.
ifeq ($(CONTAINER_RUNTIME),podman)
@echo "Using Podman"
Expand Down

0 comments on commit 41751c7

Please sign in to comment.