cicd: remove sleep waiting for docker service
This commit is contained in:
parent
3d7c13e1b5
commit
dbd4009f31
|
@ -18,7 +18,6 @@ steps:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
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: wait_for_image
|
- name: wait_for_image
|
||||||
|
|
Loading…
Reference in New Issue