refactor: delete .devops/test.yml
This commit is contained in:
parent
90e53d32ef
commit
d00c847ea2
|
@ -1,26 +0,0 @@
|
||||||
name: test
|
|
||||||
description: ""
|
|
||||||
global:
|
|
||||||
concurrent: false
|
|
||||||
workflow:
|
|
||||||
- ref: start
|
|
||||||
name: 开始
|
|
||||||
task: start
|
|
||||||
- ref: dingtalk_notice_action_card_0
|
|
||||||
name: 钉钉通知-ActionCard
|
|
||||||
task: dingtalk_notice_action_card@1.0.2
|
|
||||||
input:
|
|
||||||
boot_webhook_url: ((wecom.bot_webhook))
|
|
||||||
msg_title: '""'
|
|
||||||
msg_text: '""'
|
|
||||||
single_title: '""'
|
|
||||||
single_url: '""'
|
|
||||||
btns: '"[]"'
|
|
||||||
needs:
|
|
||||||
- start
|
|
||||||
- ref: end
|
|
||||||
name: 结束
|
|
||||||
task: end
|
|
||||||
needs:
|
|
||||||
- dingtalk_notice_action_card_0
|
|
||||||
|
|
Loading…
Reference in New Issue