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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user