From 4df085a4f05642f32e7e04fd554287b625fd2430 Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 13 Sep 2019 18:26:57 -0700 Subject: [PATCH] extra spaces --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index cf83e23..28f890c 100644 --- a/.drone.yml +++ b/.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