move docker rm after minikube delete

pull/10145/head
Sharif Elgamal 2021-01-20 09:43:20 -08:00
parent 68e6ee36b2
commit 4f4c292310
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ gsutil.cmd -m cp -r gs://minikube-builds/$env:MINIKUBE_LOCATION/setup_docker_des
./out/setup_docker_desktop_windows.ps1
docker ps -aq | ForEach -Process {docker rm -fv $_}
./out/minikube-windows-amd64.exe delete --all
docker ps -aq | ForEach -Process {docker rm -fv $_}
$started=Get-Date -UFormat %s
out/e2e-windows-amd64.exe --minikube-start-args="--driver=docker" --binary=out/minikube-windows-amd64.exe --test.v --test.timeout=180m | tee testout.txt