From eb4ffd60ee145a8c234b169b72aeebba85178237 Mon Sep 17 00:00:00 2001 From: Paul Voss Date: Sat, 13 Aug 2016 13:06:53 +0200 Subject: [PATCH] trying to get drone.io mounts right... --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4acf5a0..42951c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,8 +21,8 @@ matrix: cache: mount: - - cache - - .git + - /drone/cache + - /drone/.git branches: - master