From 5db414093e6640a85598361dd727f219a70a1639 Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 17:25:08 -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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.drone.yml b/.drone.yml index 693f712..f6bc0c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,17 @@ clone: pull: false steps: + - name: summary + image: alpine + pull: false + volumes: + - name: maven-cache + path: /localcache/maven/repository + commands: + - echo "✅ PR pipeline completed at $(date)" + - touch /localcache/maven/repository/aaa.txt + - ls -lah /localcache/maven/repository + - name: java-build-test image: registry.cn-beijing.aliyuncs.com/yinzy/maven:jk3.9-8 pull: false