[fix]:[20251208][drone 测试持久化目录]
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
This commit is contained in:
parent
e28f963c01
commit
9e95b0d608
12
.drone.yml
12
.drone.yml
@ -16,8 +16,10 @@ workspace:
|
||||
|
||||
volumes:
|
||||
- name: maven-cache
|
||||
host:
|
||||
path: /localcache/maven/repository
|
||||
- name: npm-cache
|
||||
host:
|
||||
path: /localcache/npm-cache
|
||||
|
||||
clone:
|
||||
@ -42,9 +44,9 @@ steps:
|
||||
- name: frontend-build
|
||||
image: registry.cn-beijing.aliyuncs.com/yinzy/node:20.11-alpine3.19
|
||||
pull: false
|
||||
volumes:
|
||||
- name: npm-cache
|
||||
path: /localcache/npm-cache
|
||||
# volumes:
|
||||
# - name: npm-cache
|
||||
# path: /localcache/npm-cache
|
||||
commands:
|
||||
- cd vue-ui
|
||||
- npm config set cache /localcache/npm-cache/.npm
|
||||
@ -83,12 +85,16 @@ workspace:
|
||||
|
||||
volumes:
|
||||
- name: maven-cache
|
||||
host:
|
||||
path: /localcache/maven/repository
|
||||
- name: docker_sock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
- name: jar-cache
|
||||
host:
|
||||
path: /localcache/apps
|
||||
- name: npm-cache
|
||||
host:
|
||||
path: /localcache/npm-cache
|
||||
|
||||
clone:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user