[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 5db414093e - Show all commits

View File

@ -26,6 +26,17 @@ clone:
pull: false
steps:
- name: summary
image: alpine
pull: false
volumes:
- name: maven-cache
path: /localcache/maven/repository
commands:
- echo "✅ PR pipeline completed at $(date)"
- touch /localcache/maven/repository/aaa.txt
- ls -lah /localcache/maven/repository
- name: java-build-test
image: registry.cn-beijing.aliyuncs.com/yinzy/maven:jk3.9-8
pull: false