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

This commit is contained in:
xxq250 2023-02-06 09:39:02 +08:00 committed by jianmu
parent b3efb8a19b
commit 19ff3aeec9
1 changed files with 0 additions and 30 deletions

View File

@ -1,30 +0,0 @@
version: 2
name: 未命名项目
description: ""
global:
concurrent: 1
trigger:
webhook: gitlink@1.0.0
event:
- ref: push
ruleset-operator: AND
workflow:
- ref: start
name: 开始
task: start
- ref: ssh_cmd_0
name: ssh执行命令
task: ssh_cmd@1.1.0
input:
ssh_ip: '""'
ssh_port: '"22"'
ssh_user: '"root"'
ssh_cmd: '""'
needs:
- start
- ref: end
name: 结束
task: end
needs:
- ssh_cmd_0