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
|
image: img.kie.rs/jjkiers/rust-dind-cross:1.62-slim
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run/docker.sock
|
path: /var/run
|
||||||
commands:
|
commands:
|
||||||
- cargo check
|
- cargo check
|
||||||
- while ! docker image ls; do sleep 1; done
|
- while ! docker image ls; do sleep 1; done
|
||||||
@ -31,7 +31,7 @@ services:
|
|||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run/docker.sock
|
path: /var/run
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
|
Loading…
Reference in New Issue
Block a user