refactor: .devops/未命名项目.yml

This commit is contained in:
gitgit 2022-08-04 07:50:12 +00:00 committed by jianmu
parent 5dfe5940ce
commit 4647c1f02c
1 changed files with 5 additions and 5 deletions

View File

@ -6,11 +6,6 @@ workflow:
- ref: start - ref: start
name: 开始 name: 开始
task: start task: start
- ref: end
name: 结束
task: end
needs:
- git_clone_0
- ref: git_clone_0 - ref: git_clone_0
name: git clone name: git clone
task: git_clone@1.2.5 task: git_clone@1.2.5
@ -21,4 +16,9 @@ workflow:
depth: 1 depth: 1
needs: needs:
- start - start
- ref: end
name: 结束
task: end
needs:
- git_clone_0