From 33de72c9df002c57dcc9a9eb1d1eb099d710d38d Mon Sep 17 00:00:00 2001 From: yushangwl Date: Sat, 31 Jul 2021 14:11:20 +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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yaml b/.drone.yaml index 32c7a9a..ea8810a 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -10,4 +10,8 @@ steps: - ls -h when: event: - - tag \ No newline at end of file + - tag +volumes: + - name: maven + host: + path: /opt/ci/maven/ \ No newline at end of file