Skip to content

Commit

Permalink
fix: Makefile phony
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Sep 20, 2024
1 parent 5f2c97e commit a6d41d8
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 @@ -63,7 +63,7 @@ test: lint
echo "Running go tests"
go test ./...

.PHONY: kind
.PHONY: e2e
e2e: image manifest
kind create cluster --name $(KIND_CLUSTER_NAME) --config .github/kind-cluster-$(KUBERNETES_VERSION).yaml
helm repo add kubereboot https://kubereboot.github.io/charts
Expand Down

0 comments on commit a6d41d8

Please sign in to comment.