4
0
Fork 0

remove explicit fs location
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Torma Kristóf 2020-05-06 14:17:36 +02:00
parent 939c3acc7e
commit ba124d3d3a
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 3 additions and 4 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,7 +35,7 @@ steps:
rebuild: true
cache_key: "{{ .Repo.Name }}"
archive_format: "gzip"
filesystem_cache_root: "/tmp/cache"
#filesystem_cache_root: "/tmp/cache"
mount:
- '.pipcache'
@ -62,5 +62,4 @@ steps:
volumes:
- name: cache
host:
path: /tmp/cache
tmp: {}