set up proper drone.io caching
This commit is contained in:
parent
139f8198fb
commit
f84ec18412
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user