4
0
Fork 0

add volume for restore operation
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-05-06 14:19:47 +02:00
parent ba124d3d3a
commit dec5339680
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 6 additions and 3 deletions

View File

@ -10,7 +10,7 @@ steps:
restore: true
cache_key: "{{ .Repo.Name }}"
archive_format: "gzip"
#filesystem_cache_root: "/tmp/cache"
filesystem_cache_root: "/tmp/cache"
mount:
- '.pipcache'
volumes:
@ -35,9 +35,12 @@ steps:
rebuild: true
cache_key: "{{ .Repo.Name }}"
archive_format: "gzip"
#filesystem_cache_root: "/tmp/cache"
filesystem_cache_root: "/tmp/cache"
mount:
- '.pipcache'
volumes:
- name: cache
path: /tmp/cache
- name: kaniko
image: banzaicloud/drone-kaniko
@ -62,4 +65,4 @@ steps:
volumes:
- name: cache
tmp: {}
temp: {}