From ebe20b510852f7c19cebe938b55cec50be01fbb5 Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Tue, 28 Feb 2023 17:12:40 +0800 Subject: [PATCH] update pipeline for ansible branch --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index d374d3b..7b9df01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,9 @@ name: ansible platform: os: linux arch: amd64 +volumes: + - name: cache + path: /root/.m2 steps: - name: maven image: maven:3-jdk-10