From 990ced3d2c1c70fd3fd1c1b6766a91151ddb8ad9 Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Mon, 18 Dec 2023 14:40:44 +0800 Subject: [PATCH] update cache directory --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 304356e7..9f6a93bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: settings: restore: true mount: - - .m2 + - /root/.m2 - name: maven build image: maven:3-jdk-8 @@ -34,7 +34,7 @@ steps: settings: rebuild: true mount: - - .m2 + - /root/.m2 - name: publish image: plugins/docker @@ -79,4 +79,4 @@ steps: volumes: - name: cache host: - path: /root/.m2 + path: /opt/cache/maven