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

This commit is contained in:
floraachy 2023-07-10 14:05:35 +08:00 committed by jianmu
parent 8914d99dda
commit 29fd783ace
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: 1
workflow:
- ref: start
name: 开始
task: start
- ref: dingtalk_notice_text_0
name: 钉钉通知-文本
task: dingtalk_notice_text@1.0.2
input:
boot_webhook_url: ((dingbot.webhook))
secret: ((dingbot.ding_secret))
msg_text: '"手动触发发送消息"'
at_user_ids: '"[]"'
at_mobiles: '"[]"'
needs:
- start
- ref: end
name: 结束
task: end
needs:
- dingtalk_notice_text_0