From 9da877ce596325f759b0637d7f5f6f0e3f35061b Mon Sep 17 00:00:00 2001 From: okk <153692773@qq.com> Date: Tue, 31 Jan 2023 17:48:35 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6671f44..d8b6e54 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ volumes: - name: m2 host: path: /root/.m2 -- name: workspace +- name: target host: path: /opt/workspace @@ -24,7 +24,7 @@ steps: volumes: - name: m2 path: /root/.m2 - - name: workspace + - name: target path: /opt/workspace commands: - mvn package