refactor: .devops/克隆项目并获取项目的log.yml
This commit is contained in:
parent
c3e9c6bb1e
commit
1ff8617e8c
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue