[fix]:[20251208][drone 测试持久化目录]
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kale 2025-12-08 17:42:15 -05:00
parent e6e78fa287
commit f9c4157d32

View File

@ -46,6 +46,8 @@ steps:
environment:
MAVEN_OPTS: -Dmaven.repo.local=/localcache/maven/repository
commands:
- touch /localcache/maven/repository/aaa.txt
- ls -lah /localcache/maven/repository
- mkdir -p ~/.m2
- cat ~/.m2/settings.xml
- mvn -B clean test package -Dmaven.repo.local=/localcache/maven/repository