Skip to content

Commit

Permalink
keep .minikube for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
r2d4 committed Aug 24, 2017
1 parent e8e45db commit 813d69f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hack/jenkins/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ chmod +x out/minikube-${OS_ARCH}
MINIKUBE_WANTREPORTERRORPROMPT=False sudo ./out/minikube-${OS_ARCH} delete \
|| MINIKUBE_WANTREPORTERRORPROMPT=False ./out/minikube-${OS_ARCH} delete \
|| true
sudo rm -rf $HOME/.minikube || true
sudo rm -rf $HOME/.kube || true

# See the default image
./out/minikube-${OS_ARCH} start -h | grep iso
Expand Down

0 comments on commit 813d69f

Please sign in to comment.