run docker rm after starting it

pull/10145/head
Sharif Elgamal 2021-01-19 18:18:53 -08:00
parent 80c1a4d8b5
commit 68e6ee36b2
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
docker ps -aq | ForEach -Process {docker rm -fv $_}
mkdir -p out
gsutil.cmd -m cp gs://minikube-builds/$env:MINIKUBE_LOCATION/minikube-windows-amd64.exe out/
gsutil.cmd -m cp gs://minikube-builds/$env:MINIKUBE_LOCATION/e2e-windows-amd64.exe out/
@ -21,6 +19,8 @@ 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
$started=Get-Date -UFormat %s