mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed cache path
This commit is contained in:
parent
c5ae03e350
commit
7db9fc8dda
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
restore: true
|
restore: true
|
||||||
mount:
|
mount:
|
||||||
- ./app/node_modules
|
- /drone/src/node_modules
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /cache
|
path: /cache
|
||||||
|
@ -83,7 +83,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
rebuild: true
|
rebuild: true
|
||||||
mount:
|
mount:
|
||||||
- ./app/node_modules
|
- /drone/src/node_modules
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /cache
|
path: /cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue