Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
be27bcfbcd
commit
5dce2e4790
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user