diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 24a6a04..ac8626e 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,4 +1,3 @@ - kind: pipeline type: docker name: 开发流水线 @@ -47,4 +46,4 @@ steps: - echo ====开始部署======= - docker build -t mo-test:1.0 . - docker run -d -p 8080:8080 --name mo-test mo-test:1.0 - - echo ====部署成功====== + - echo ====部署成功====== \ No newline at end of file