From f84ec18412c2462b1800142be2d1367347393303 Mon Sep 17 00:00:00 2001 From: Paul Voss Date: Sat, 13 Aug 2016 13:03:11 +0200 Subject: [PATCH] set up proper drone.io caching --- .drone.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1b06345..4acf5a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,9 @@ publish: password: $$REGISTRY_PASSWORD email: $$REGISTRY_EMAIL file: Dockerfile.$$OS - load: build/ansible-$$OS.tar + load: cache/image-$$OS.tar save: - destination: build/ansible-$$OS.tar + destination: cache/image-$$OS.tar tag: $$OS repo: chmuul/ansible tag: @@ -19,5 +19,10 @@ matrix: - ubuntu-16.04 - fedora-24 +cache: + mount: + - cache + - .git + branches: - master