1
0
Fork 0
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:
Fedor Katurov 2022-01-17 17:16:45 +07:00
parent 66042d11f9
commit 31df449eae

View file

@ -20,6 +20,9 @@ steps:
archive_format: "gzip" archive_format: "gzip"
mount: mount:
- '/app/node_modules' - '/app/node_modules'
volumes:
- name: cache
path: /tmp/cache
- name: build-master - name: build-master
image: plugins/docker image: plugins/docker
when: when:
@ -72,4 +75,4 @@ steps:
from_secret: docker_repo from_secret: docker_repo
volumes: volumes:
- name: cache - name: cache
path: /tmp/cache temp: {}