From b6ccaefa8f07b86542893b9404229cd003b81146 Mon Sep 17 00:00:00 2001 From: Paul Voss Date: Sat, 13 Aug 2016 13:10:42 +0200 Subject: [PATCH] realized drone has a seperate cache for each branch and matrix --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 42951c7..9e17661 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,9 @@ publish: password: $$REGISTRY_PASSWORD email: $$REGISTRY_EMAIL file: Dockerfile.$$OS - load: cache/image-$$OS.tar + load: image.tar save: - destination: cache/image-$$OS.tar + destination: image.tar tag: $$OS repo: chmuul/ansible tag: @@ -21,8 +21,8 @@ matrix: cache: mount: - - /drone/cache - - /drone/.git + - image.tar + - .git branches: - master