From 6f3268d1819ea4b49ecd0d444dfd2b11188f7823 Mon Sep 17 00:00:00 2001 From: p47623895 <18235900245@163.com> Date: Fri, 9 Apr 2021 13:26:26 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index fe99d60..636e7a8 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -35,6 +35,8 @@ steps: port: 52222 script: - echo ====暂停容器开始11======= + - source /etc/profile + - echo ${JAVA_HOME} - cd /opt/visualization - /opt/usr/local/maven/apache-maven-3.5.4/bin/mvn clean package - echo ====开始部署=======