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