CI: wait for docker to start
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
zvon 2023-08-25 13:56:10 +02:00
parent 4bc161435d
commit d468ce645a

View File

@ -17,7 +17,7 @@ steps:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
commands: commands:
- sleep 20s - while [ ! -f "/var/run/docker.sock" ] ; do sleep 1s ; done
- docker build -f Dockerfile . - docker build -f Dockerfile .
services: services: