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

This commit is contained in:
luoyi21a 2024-05-27 03:31:16 +00:00 committed by jianmu
parent cdac935758
commit c01366ad53
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: 1
trigger:
type: cron
schedule: 0 0 12 * * ?
workflow:
- ref: start
name: 开始
task: start
- ref: git_clone_0
name: git clone
task: git_clone@1.2.9
input:
remote_url: '""'
ref: '"refs/heads/master"'
commit_id: '""'
depth: 1
needs:
- start
- ref: end
name: 结束
task: end
needs:
- git_clone_0