refactor: .devops/克隆项目并获取项目的log.yml

This commit is contained in:
gitgit 2022-08-02 08:05:26 +00:00 committed by jianmu
parent c3e9c6bb1e
commit 1ff8617e8c
1 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,14 @@ workflow:
- ref: end - ref: end
name: 结束 name: 结束
task: end task: end
needs:
- git_log_0
- ref: git_log_0
name: git log
task: git_log@1.0.2
input:
git_path: '"git_clone_0.git_path"'
commit_num: 5
needs: needs:
- git_clone_0 - git_clone_0