From be1574afff20324ea96f74d6e1337548c0699d71 Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 22 Mar 2020 22:18:55 -0700 Subject: [PATCH] HAHAHA WHAT AM I EVEN DOING RIGHT NOW This reverts commit 76b470cbb2673bac2a6e78ec641f96415583e1e1. --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index bf5af87..46e90f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,8 @@ steps: - name: cargo build image: rustlang/rust:nightly volumes: + - name: cache + path: /usr/local/cargo - name: target-cache path: /drone/src/target commands: @@ -17,12 +19,17 @@ steps: - name: cargo test image: rustlang/rust:nightly volumes: + - name: cache + path: /usr/local/cargo - name: target-cache path: /drone/src/target commands: - cargo test volumes: +- name: cache + host: + path: /home/drone/.cargo - name: target-cache host: path: /home/drone/cargo-cache