From 705577b55779998a64ba0e34a781e2f4f71c60d1 Mon Sep 17 00:00:00 2001
From: m53297601 <2053003901@qq.com>
Date: Tue, 8 Aug 2023 10:14:45 +0800
Subject: [PATCH] Update .trustie-pipeline.yml

---
 .trustie-pipeline.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml
index 654b11a..d06ebc3 100644
--- a/.trustie-pipeline.yml
+++ b/.trustie-pipeline.yml
@@ -8,7 +8,7 @@ steps:
 - name: maven
   image: maven:3-jdk-10
   commands:
-  - mvn install -DskipTests=true
+  - mvn package -DskipTests=true
 # 本模板示例为上传软件包和部署脚本到home目录
 # host、username、password可在参数管理中配置
 - name: 上传文件