From b24bc2955518838e4731b448e6d4929977852a4a Mon Sep 17 00:00:00 2001 From: jasder duan Date: Tue, 8 Aug 2023 10:58:21 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20=E9=83=A8=E7=BD=B2=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=89=E8=A3=85=E5=8C=85=E7=9A=84=E7=BC=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index d06ebc3..6b434b1 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -4,9 +4,16 @@ name: 开发流水线 platform: os: linux arch: amd64 +volumes: +- name: cache + host: + path: /var/lib/cache steps: - name: maven image: maven:3-jdk-10 + volumes: + - name: cache + path: /root/.m2 commands: - mvn package -DskipTests=true # 本模板示例为上传软件包和部署脚本到home目录