From 9beafc694efa3041507d9f42f29caf7832b7c5bf Mon Sep 17 00:00:00 2001 From: m53297601 <2053003901@qq.com> Date: Tue, 8 Aug 2023 10:21:30 +0800 Subject: [PATCH] Update .trustie-pipeline.yml --- .trustie-pipeline.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 6b434b1..d06ebc3 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -4,16 +4,9 @@ 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目录