CI: wait for docker to start

This commit is contained in:
2023-08-25 13:56:10 +02:00
parent 4bc161435d
commit d468ce645a
+1 -1
View File
@@ -17,7 +17,7 @@ steps:
- name: dockersock
path: /var/run
commands:
- sleep 20s
- while [ ! -f "/var/run/docker.sock" ] ; do sleep 1s ; done
- docker build -f Dockerfile .
services: