From d295c6a3008cf8b6113fbdea2286c32ac4679b9c Mon Sep 17 00:00:00 2001 From: gitgit Date: Tue, 2 Aug 2022 07:31:06 +0000 Subject: [PATCH] =?UTF-8?q?refactor:=20.devops/=E8=8E=B7=E5=8F=96=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=97=A5=E5=BF=97.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/获取提交日志.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.devops/获取提交日志.yml b/.devops/获取提交日志.yml index 1e04045..586fbf6 100644 --- a/.devops/获取提交日志.yml +++ b/.devops/获取提交日志.yml @@ -13,10 +13,21 @@ workflow: git_path: https://testgitea2.trustie.net/gitgit/testdevops.git commit_num: 5 needs: - - start + - git_clone_0 - ref: end name: 结束 task: end needs: - git_log_0 + - ref: git_clone_0 + name: git clone + task: git_clone@1.2.4 + input: + username: ((gitlink.username)) + password: ((gitlink.pwd)) + remote_url: https://testgitea2.trustie.net/gitgit/testdevops.git + ref: '"refs/heads/master"' + commit_id: '""' + needs: + - start