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 15bf6ec commit 1939c14Copy full SHA for 1939c14
make/02_mod.mk
@@ -51,7 +51,8 @@ shared_generate_targets += generate-crds-venconn
51
## See `hack/e2e/test.sh` for the full test script.
52
## @category Testing
53
test-e2e-gke:
54
- ./hack/e2e/test.sh
+ @ls -A $(CURDIR)/hack/e2e
55
+ $(CURDIR)/hack/e2e/test.sh
56
57
.PHONY: test-helm
58
## Run `helm unittest`.
0 commit comments