From b6bbcdf6ce0fa5e97a2b0f5869dd59010e0f0cf1 Mon Sep 17 00:00:00 2001 From: MAC <1162714483@qq.com> Date: Tue, 17 May 2022 04:32:49 +0000 Subject: [PATCH] update pipeline-20220517-1.yml for Gitee Go updated_at:2022-05-17 04:32:49 --- .workflow/pipeline-20220517-1.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.workflow/pipeline-20220517-1.yml b/.workflow/pipeline-20220517-1.yml index 396dd80..6bdf7a7 100644 --- a/.workflow/pipeline-20220517-1.yml +++ b/.workflow/pipeline-20220517-1.yml @@ -40,12 +40,13 @@ stages: hostGroupID: qiwen deployArtifact: - source: build - name: output + name: qiwen-file target: ~/gitee_go/deploy dependArtifact: BUILD_ARTIFACT script: |- # 请在此输入部署脚本,如启动Java应用如下 # nohup java -jar test.jar > nohup.out & + tar -zxvf qiwen-file.tar.gz echo 'Hello Gitee!' permissions: - role: admin