Browse Source

extra spaces

pull/3/head
jake 5 years ago
parent
commit
4df085a4f0
  1. 4
      .drone.yml

4
.drone.yml

@ -9,7 +9,7 @@ steps:
volumes:
- name: cache
path: /usr/local/cargo
- name: target-cache
- name: target-cache
path: /drone/src/target
commands:
- cargo build
@ -18,7 +18,7 @@ steps:
volumes:
- name: cache
path: /usr/local/cargo
- name: target-cache
- name: target-cache
path: /drone/src/target
commands:
- cargo test

Loading…
Cancel
Save