Fix sock
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jacob Kiers 2022-08-11 20:49:15 +00:00
parent 6d6065d73f
commit a8de9bace7
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ steps:
image: img.kie.rs/jjkiers/rust-dind-cross:1.62-slim
volumes:
- name: dockersock
path: /var/run/docker.sock
path: /var/run
commands:
- cargo check
- while ! docker image ls; do sleep 1; done
@ -31,7 +31,7 @@ services:
privileged: true
volumes:
- name: dockersock
path: /var/run/docker.sock
path: /var/run
volumes:
- name: dockersock