Merge branch 'master' into docker-stress-test

pull/8816/head
Thomas Stromberg 2020-07-23 22:57:06 -07:00
commit dd635909c8
2 changed files with 4 additions and 0 deletions

View File

@ -309,6 +309,7 @@ jobs:
name: minikube_binaries
- name: Start Docker Desktop
shell: powershell
continue-on-error: true
run: |
docker ps 2>&1 | Out-Null
$docker_running = $?
@ -442,6 +443,7 @@ jobs:
name: minikube_binaries
- name: Start Docker Desktop
shell: powershell
continue-on-error: true
run: |
docker ps 2>&1 | Out-Null
$docker_running = $?

View File

@ -307,6 +307,7 @@ jobs:
name: minikube_binaries
- name: Start Docker Desktop
shell: powershell
continue-on-error: true
run: |
docker ps 2>&1 | Out-Null
$docker_running = $?
@ -440,6 +441,7 @@ jobs:
name: minikube_binaries
- name: Start Docker Desktop
shell: powershell
continue-on-error: true
run: |
docker ps 2>&1 | Out-Null
$docker_running = $?