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