fix drone cache volume mounting when rebuilding
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
271c4cde29
commit
76ecafe469
@ -45,6 +45,9 @@ steps:
|
||||
archive_format: "gzip"
|
||||
mount:
|
||||
- "node_modules"
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /tmp/cache
|
||||
|
||||
volumes:
|
||||
- name: cache
|
||||
|
Loading…
Reference in New Issue
Block a user