continue-on-err

pull/8818/head
Medya Gh 2020-07-23 16:14:15 -07:00
parent 993504e054
commit 9fc31bd2cd
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 = $?