From 50a1990f11a3058f26b38a97825866832e5663e1 Mon Sep 17 00:00:00 2001 From: aipper Date: Tue, 27 May 2025 15:17:36 +0800 Subject: [PATCH] test --- .drone.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5980e67..8fddba9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -73,10 +73,4 @@ steps: branch: - main event: - - push - -# (可选) 定义卷用于缓存,例如 Maven 依赖 -volumes: - - name: maven-cache - host: - path: /tmp/cache/maven # 将 Runner 主机上的目录挂载到构建步骤中 \ No newline at end of file + - push \ No newline at end of file