Skip to content

Commit

Permalink
Fix tools/kind are lost (#1355)
Browse files Browse the repository at this point in the history
Signed-off-by: acejilam <acejilam@gmail.com>
  • Loading branch information
ls-2018 committed Aug 3, 2023
1 parent 76f45ac commit a44ca54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ rm -rf $$TMP_DIR ;\
}
endef

include tools/tools.mk

# create-cluster creates a kube cluster with kind.
.PHONY: create-cluster
create-cluster: $(tools/kind)
Expand All @@ -141,7 +143,6 @@ run-kruise-e2e-test:
@echo -e "\n\033[36mRunning kruise e2e tests...\033[0m"
tools/hack/run-kruise-e2e-test.sh

include tools/tools.mk

# kruise-e2e-test runs kruise e2e tests.
.PHONY: kruise-e2e-test
Expand Down

0 comments on commit a44ca54

Please sign in to comment.