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

This commit is contained in:
kale 2025-12-08 17:43:17 -05:00
parent f9c4157d32
commit 126ca08ed5

View File

@ -46,7 +46,7 @@ steps:
environment: environment:
MAVEN_OPTS: -Dmaven.repo.local=/localcache/maven/repository MAVEN_OPTS: -Dmaven.repo.local=/localcache/maven/repository
commands: commands:
- touch /localcache/maven/repository/aaa.txt - touch /localcache/maven/repository/bbb.txt
- ls -lah /localcache/maven/repository - ls -lah /localcache/maven/repository
- mkdir -p ~/.m2 - mkdir -p ~/.m2
- cat ~/.m2/settings.xml - cat ~/.m2/settings.xml