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:
Kasper Juul Hermansen 2023-08-03 23:48:53 +02:00
parent be27bcfbcd
commit 5dce2e4790
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -7,7 +7,7 @@ steps:
image: rustlang/rust:nightly image: rustlang/rust:nightly
volumes: volumes:
- name: ci - name: ci
path: target/debug path: /drone/src/target/debug
commands: commands:
- set -e - set -e
- cargo build - cargo build
@ -63,7 +63,7 @@ steps:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
- name: ci - name: ci
path: target/debug path: /drone/src/target/debug
commands: commands:
- eval `ssh-agent` - eval `ssh-agent`
- chmod -R 600 ~/.ssh - chmod -R 600 ~/.ssh