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