cicd: wait for docker daemon
This commit is contained in:
parent
57ca43af22
commit
35a47c27b3
|
@ -20,6 +20,7 @@ steps:
|
||||||
depends_on:
|
depends_on:
|
||||||
- docker
|
- docker
|
||||||
commands:
|
commands:
|
||||||
|
- until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done
|
||||||
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
|
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
|
||||||
|
|
||||||
- name: setup_conan
|
- name: setup_conan
|
||||||
|
|
Loading…
Reference in New Issue