cicd: wait for docker daemon

This commit is contained in:
light7734 2024-10-14 13:15:22 +03:30
parent 57ca43af22
commit 35a47c27b3
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ steps:
depends_on:
- docker
commands:
- until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
- name: setup_conan