This commit is contained in:
parent
6d6065d73f
commit
a8de9bace7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user