Skip to content

Commit

Permalink
Fix kustomize in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Aug 23, 2023
1 parent 03b1beb commit 340b4b7
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 @@ -235,7 +235,7 @@ integration-test:
## e2e-test: Run e2e tests
.PHONY: e2e-test
e2e-test:
@./hack/requirements.sh kubectl buildx kind
@./hack/requirements.sh kubectl buildx kind kustomize
@PATH=$(PWD)/bin:${PATH} ./hack/e2e-test.sh \
--skip=nerdctl \
--skip=podman \
Expand Down

0 comments on commit 340b4b7

Please sign in to comment.