From 6c225308c3125d98a77488c7ccb466c36b512250 Mon Sep 17 00:00:00 2001 From: yushangwl Date: Sat, 31 Jul 2021 14:12:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yaml b/.drone.yaml index ea8810a..e26ff98 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -5,6 +5,9 @@ steps: - name: build image: maven:3-jdk-8 pull: if-not-exists + volumes: + - name: maven + path: /root/.m2 commands: - mvn clean package - ls -h