CI: wait for docker to start

This commit is contained in:
2023-08-25 13:57:51 +02:00
parent d468ce645a
commit 947846bf6d
+1 -1
View File
@@ -17,7 +17,7 @@ steps:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
commands: 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 . - docker build -f Dockerfile .
services: services: