From 68a34900ca8997973dc1235de801d76724af9bba Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Thu, 11 Aug 2022 16:59:06 +0000 Subject: [PATCH] Fifth test with private repo --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 85bf8cb..bad274e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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