We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070c731 commit 397fe83Copy full SHA for 397fe83
Makefile
@@ -207,7 +207,7 @@ envtest-assets:
207
mkdir -p $(ENVTEST_ASSETS_DIR)
208
209
.PHONY: e2e
210
-e2e: run-kind ## Run e2e test. Command `make e2e label=cluster-ns` run cluster-ns test
+e2e: bundle run-kind ## Run e2e test. Command `make e2e label=cluster-ns` run cluster-ns test
211
./scripts/e2e_local.sh $(label) $(build)
212
213
.PHONY: e2e2
0 commit comments