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 a08076a commit ffd8f24Copy full SHA for ffd8f24
make/02_mod.mk
@@ -52,7 +52,7 @@ shared_generate_targets += generate-crds-venconn
52
## See `hack/e2e/test.sh` for the full test script.
53
## @category Testing
54
test-e2e-gke: | $(NEEDS_HELM) $(NEEDS_STEP) $(NEEDS_VENCTL)
55
- PATH="$(bin_dir)/tools:${PATH}" ./hack/e2e/test.sh
+ ./hack/e2e/test.sh
56
57
.PHONY: test-helm
58
## Run `helm unittest`.
0 commit comments