From 5dce2e47903d1e5262101d5f3f5e4f4bebf0e28a Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 3 Aug 2023 23:48:53 +0200 Subject: [PATCH] feat: with shared volume Signed-off-by: kjuulh --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 834c29d..4407133 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: rustlang/rust:nightly volumes: - name: ci - path: target/debug + path: /drone/src/target/debug commands: - set -e - cargo build @@ -63,7 +63,7 @@ steps: - name: dockersock path: /var/run - name: ci - path: target/debug + path: /drone/src/target/debug commands: - eval `ssh-agent` - chmod -R 600 ~/.ssh