From f9c4157d324a5c5b22d90cf09ff5e72390d4dc20 Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 17:42:15 -0500 Subject: [PATCH] =?UTF-8?q?[fix]:[20251208][drone=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=8C=81=E4=B9=85=E5=8C=96=E7=9B=AE=E5=BD=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 056c00a..f4cd389 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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