mirror of https://github.com/docker/compose.git
Upload earlier
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
parent
c0a4137ffb
commit
8c9af2cfa9
|
@ -123,25 +123,11 @@ jobs:
|
||||||
- name: Wait for Docker to be up and running
|
- name: Wait for Docker to be up and running
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sleep 60
|
echo wait a minute
|
||||||
echo wait another minute
|
sleep 30
|
||||||
sleep 60
|
echo ...
|
||||||
echo wait another minute
|
sleep 30
|
||||||
sleep 60
|
echo ok
|
||||||
echo wait another minute
|
|
||||||
sleep 60
|
|
||||||
echo wait another minute
|
|
||||||
sleep 60
|
|
||||||
|
|
||||||
- name: Docker PS
|
|
||||||
continue-on-error: true
|
|
||||||
run: |
|
|
||||||
docker ps --all
|
|
||||||
|
|
||||||
- name: Wait for Docker to be up and running
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
sleep 60
|
|
||||||
|
|
||||||
- name: Upload diagnostics
|
- name: Upload diagnostics
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
Loading…
Reference in New Issue