remove explicit fs location
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
939c3acc7e
commit
ba124d3d3a
@ -10,7 +10,7 @@ steps:
|
|||||||
restore: true
|
restore: true
|
||||||
cache_key: "{{ .Repo.Name }}"
|
cache_key: "{{ .Repo.Name }}"
|
||||||
archive_format: "gzip"
|
archive_format: "gzip"
|
||||||
filesystem_cache_root: "/tmp/cache"
|
#filesystem_cache_root: "/tmp/cache"
|
||||||
mount:
|
mount:
|
||||||
- '.pipcache'
|
- '.pipcache'
|
||||||
volumes:
|
volumes:
|
||||||
@ -35,7 +35,7 @@ steps:
|
|||||||
rebuild: true
|
rebuild: true
|
||||||
cache_key: "{{ .Repo.Name }}"
|
cache_key: "{{ .Repo.Name }}"
|
||||||
archive_format: "gzip"
|
archive_format: "gzip"
|
||||||
filesystem_cache_root: "/tmp/cache"
|
#filesystem_cache_root: "/tmp/cache"
|
||||||
mount:
|
mount:
|
||||||
- '.pipcache'
|
- '.pipcache'
|
||||||
|
|
||||||
@ -62,5 +62,4 @@ steps:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
host:
|
tmp: {}
|
||||||
path: /tmp/cache
|
|
||||||
|
Reference in New Issue
Block a user