refactor: delete .devops/代码质量门禁流水线.yml
CI / test (push) Has been cancelled Details

This commit is contained in:
wqer 2026-07-07 17:39:46 +08:00 committed by jianmu
parent c60033ae48
commit 9de2f209c8
1 changed files with 0 additions and 38 deletions

View File

@ -1,38 +0,0 @@
version: 2
name: 代码质量门禁流水线
description: "代码质量门禁:采集 PR → 代码审查 → CI 检查 → 门禁决策"
trigger:
webhook: gitlink@1.0.0
event:
- ref: push
ruleset-operator: AND
global:
concurrent: 1
param:
- ref: remote_url
name: ""
value: '"https://gitlink.org.cn/z2_cc/gitlink-cli.git"'
required: false
type: STRING
hidden: false
workflow:
- ref: start
name: 开始
task: start
- ref: ssh_cmd_0
name: 运行代码质量门禁
task: ssh_cmd@1.1.1
input:
ssh_pass: ((work_together.ssh_key))
ssh_ip: '"121.41.216.243"'
ssh_port: '"22"'
ssh_user: '"root"'
ssh_cmd: '"cd /root/gitlink-cli && git pull origin master && DRY_RUN=true bash skills/gitlink-quality-gate/scripts/quality-gate-full.sh z2_cc gitlink-cli"'
needs:
- start
- ref: end
name: 结束
task: end
needs:
- ssh_cmd_0