From 76b470cbb2673bac2a6e78ec641f96415583e1e1 Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 22 Mar 2020 22:17:30 -0700 Subject: [PATCH] Revert "Revert "fix ci (#93)"" This reverts commit 19595121d4ed979ce2d73294752a20d1ab609c19. --- .drone.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 46e90f4..bf5af87 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,6 @@ steps: - name: cargo build image: rustlang/rust:nightly volumes: - - name: cache - path: /usr/local/cargo - name: target-cache path: /drone/src/target commands: @@ -19,17 +17,12 @@ 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