From 5350f36edf0f16a1a466a17303cbccb1ce22ced6 Mon Sep 17 00:00:00 2001 From: okk <153692773@qq.com> Date: Tue, 31 Jan 2023 17:50:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index d8b6e54..e377f82 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,9 +14,6 @@ volumes: - name: m2 host: path: /root/.m2 -- name: target - host: - path: /opt/workspace steps: - name: maven @@ -24,8 +21,6 @@ steps: volumes: - name: m2 path: /root/.m2 - - name: target - path: /opt/workspace commands: - mvn package