From 99d6f3944e39d2151be4efc956be9514644657e5 Mon Sep 17 00:00:00 2001 From: Paul Voss Date: Sat, 13 Aug 2016 13:21:21 +0200 Subject: [PATCH] don't cache... for now --- .drone.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 98a954a..08f36bc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,10 +5,6 @@ publish: email: $$REGISTRY_EMAIL #file: Dockerfile.$$OS context: $$OS - load: image.tar - save: - destination: image.tar - tag: $$OS repo: chmuul/ansible tag: - $$OS @@ -20,9 +16,5 @@ matrix: - ubuntu-16.04 - fedora-24 -cache: - mount: - - image.tar - branches: - master