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: volumes:
- name: cache - name: cache
path: /usr/local/cargo path: /usr/local/cargo
- name: target-cache - name: target-cache
path: /drone/src/target path: /drone/src/target
commands: commands:
- cargo build - cargo build
@ -18,7 +18,7 @@ steps:
volumes: volumes:
- name: cache - name: cache
path: /usr/local/cargo path: /usr/local/cargo
- name: target-cache - name: target-cache
path: /drone/src/target path: /drone/src/target
commands: commands:
- cargo test - cargo test