mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
(nextjs) fixed cache path
This commit is contained in:
parent
3b02225637
commit
c7a9d8e386
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ steps:
|
||||||
- '/app/node_modules'
|
- '/app/node_modules'
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /tmp/cache
|
path: /tmp
|
||||||
- name: build-master
|
- name: build-master
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue