Merge pull request #8818 from medyagh/docker_start_gh_action

ci: docker check github action continue-on-err
pull/8816/head
Medya Ghazizadeh 2020-07-23 16:37:59 -07:00 committed by GitHub
commit 3a05d89d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

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

View File

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