From 686b838fba5ded332d56bb82d08dd03c01120c0e Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 11:47:14 -0500 Subject: [PATCH] =?UTF-8?q?[fix]:[20251208][drone=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E5=85=AC=E5=85=B1=E4=BB=93=E5=BA=931]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fcd6cb2..693f712 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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)