CI: wait for docker to start
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
zvon 2023-08-25 13:57:51 +02:00
parent d468ce645a
commit 947846bf6d

View File

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