feat: with shared volume
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-03 23:48:53 +02:00
parent be27bcfbcd
commit 5dce2e4790

View File

@@ -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