From ef402642fb6b06326050065492ae2660e0e795b1 Mon Sep 17 00:00:00 2001 From: p47623895 <18235900245@163.com> Date: Fri, 9 Apr 2021 10:46:36 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 6616642..a11b764 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -9,8 +9,8 @@ steps: - name: maven image: maven:3-jdk-10 commands: - - ls - - mvn install -DskipTests=true + - cd visualization + - mvn clean package -DskipTests=true # 本模板示例为上传软件包和部署脚本到home目录 # host、username、password可在参数管理中配置 - name: 上传文件