From e8ae7254aced381a6f22ad21b3f2a37edd928f6e Mon Sep 17 00:00:00 2001 From: rcore_test Date: Sun, 29 May 2022 18:40:39 -0700 Subject: [PATCH] a --- .trustie-pipeline.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 918fb387..591d42f1 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,18 +1,16 @@ - + kind: pipeline type: docker name: test platform: os: linux - arch: amd64 -steps: + arch: amd64 +steps: - name: rcore image: jmgcs65536/rcore:latest commands: - - docker pull jmgcs65536/rcore:latest - -# 需要将软件包与部署脚本提前上传到远程主机(见文件上传模板) -# host、username、password可在参数管理中配置 + - echo "hello" + - name: 远程主机部署 image: jmgcs65536/rcore:latest settings: @@ -21,7 +19,7 @@ steps: - docker pull jmgcs65536/rcore:latest - docker run -d -p 8080:8080 -v &PWD:/tmp jmgcs65536/rcore:latest - cd tmp/os && make run - - echo 部署成功 + - echo 部署成功 trigger: branch: - ch1