Skip to content

Commit 6cc4306

Browse files
committed
save
1 parent 1897590 commit 6cc4306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/setup-e2e-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SOLO_CLUSTER_NAME=solo-e2e
44
SOLO_NAMESPACE=solo-e2e
55
SOLO_CLUSTER_SETUP_NAMESPACE=solo-e2e-cluster
66
minikube profile list
7-
minikube start -p ${SOLO_CLUSTER_NAME}
7+
minikube start -p ${SOLO_CLUSTER_NAME} --driver=docker
88
solo init --namespace "${SOLO_NAMESPACE}" -i node0,node1,node2 -t v0.42.5 -s "${SOLO_CLUSTER_SETUP_NAMESPACE}" || exit 1 # cache args for subsequent commands
99
solo cluster setup || exit 1
1010
solo network deploy || exit 1

0 commit comments

Comments
 (0)