[fix]:[20251208][drone 增加推送公共仓库1]
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
8ccf1dd2c3
commit
5db414093e
11
.drone.yml
11
.drone.yml
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user