[fix]:[20251208][drone 增加推送公共仓库1]
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
kale 2025-12-08 11:47:14 -05:00
parent cf5c39464c
commit 686b838fba

View File

@ -36,7 +36,7 @@ steps:
MAVEN_OPTS: -Dmaven.repo.local=/localcache/maven/repository
commands:
- mkdir -p ~/.m2
- ls cat ~/.m2/settings.xml
- cat ~/.m2/settings.xml
- mvn -B clean test package
- ls -lah target/*.jar || (echo "JAR file not found!" && exit 1)