Fifth test with private repo
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jacob Kiers 2022-08-11 16:59:06 +00:00
parent 2776c5be4c
commit 68a34900ca
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
path: /var/run/docker.sock
commands:
- cargo check
- cross build --release --target aarch64-unknown-linux-gnu
@ -30,7 +30,7 @@ services:
privileged: true
volumes:
- name: dockersock
path: /var/run
path: /var/run/docker.sock
volumes:
- name: dockersock