From ad7f4e967295d795088bd6e34ce5db11f2221483 Mon Sep 17 00:00:00 2001 From: kale Date: Sun, 7 Dec 2025 22:15:10 -0500 Subject: [PATCH] =?UTF-8?q?[fix]:[20251208][=E6=9E=84=E5=BB=BAdocker1]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index feacfc3..2980d88 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,6 +41,7 @@ steps: environment: MAVEN_OPTS: -Dmaven.repo.local=/localcache/maven/repository commands: + - mkdir -p ~/.m2 # 动态生成 settings.xml(仅用于 CI) - | cat > ~/.m2/settings.xml << 'EOF'