extra spaces

This commit is contained in:
jake 2019-09-13 18:26:57 -07:00
parent 88a42695a1
commit 4df085a4f0

View File

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