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 d513a90 commit 56c330aCopy full SHA for 56c330a
makefile
@@ -82,7 +82,10 @@ lint:
82
## * [dockerImage] optional. default is marklogicdb/marklogic-db:latest. Example: dockerImage=marklogic-centos/marklogic-server-centos:10-internal
83
## * [saveOutput] optional. Save the output to a xml file. Example: saveOutput=true
84
.PHONY: e2e-test
85
-e2e-test: prepare
+ e2e-test: prepare
86
+ @echo "=====Delete if there are existing minikube cluster"
87
+ minikube delete
88
+
89
@echo "=====Installing minikube cluster"
90
minikube start --driver=docker -n=1 --cpus 2 --memory 10000
91
0 commit comments