[fix]:[20251208][drone 增加推送公共仓库1] #50

Merged
jk_yinzy merged 10 commits from yinzy_dev into main 2025-12-09 07:51:30 +08:00
Showing only changes of commit 9e95b0d608 - Show all commits

View File

@ -16,9 +16,11 @@ workspace:
volumes:
- name: maven-cache
path: /localcache/maven/repository
host:
path: /localcache/maven/repository
- name: npm-cache
path: /localcache/npm-cache
host:
path: /localcache/npm-cache
clone:
depth: 0
@ -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,13 +85,17 @@ workspace:
volumes:
- name: maven-cache
path: /localcache/maven/repository
host:
path: /localcache/maven/repository
- name: docker_sock
path: /var/run/docker.sock
host:
path: /var/run/docker.sock
- name: jar-cache
path: /localcache/apps
host:
path: /localcache/apps
- name: npm-cache
path: /localcache/npm-cache
host:
path: /localcache/npm-cache
clone:
depth: 0