From afe20006503731c95ac4e028129e274d80125862 Mon Sep 17 00:00:00 2001 From: p47623895 <18235900245@163.com> Date: Fri, 9 Apr 2021 11:47:34 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 82f2d2e..a90feb5 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -40,13 +40,9 @@ steps: port: 52222 script: - echo ====暂停容器开始11======= - - docker rm -f mo-test - - docker rmi mo-test:1.0 - cd /opt/visualization - echo ====开始部署======= - - docker build -t mo-test:1.0 . - - docker run -d -p 8080:8080 --name mo-test mo-test:1.0 - - pwd + - cat /etc/profile - java -jar target/demo-0.0.1-SNAPSHOT.jar - echo ====部署成功====== trigger: