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 01e1649 commit bea1b0fCopy full SHA for bea1b0f
Makefile
@@ -261,9 +261,6 @@ endif
261
kubectl apply -f $(MANIFESTPATHTEST)
262
$(ROOTDIR)/scripts/kube_create_storage.sh $(DEPLOYMENTNAMESPACE)
263
$(ROOTDIR)/scripts/kube_run_tests.sh $(DEPLOYMENTNAMESPACE) $(TESTIMAGE) "$(ENTERPRISEIMAGE)" $(TESTTIMEOUT) $(TESTLENGTHOPTIONS)
264
-ifneq ($(DEPLOYMENTNAMESPACE), default)
265
- kubectl delete namespace $(DEPLOYMENTNAMESPACE) --ignore-not-found --now
266
-endif
267
268
.PHONY: cleanup-tests
269
cleanup-tests:
0 commit comments