From 9de2f209c80d23ca97ae000ff76e6804c2ac0da3 Mon Sep 17 00:00:00 2001 From: wqer <392871505@qq.com> Date: Tue, 7 Jul 2026 17:39:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20delete=20.devops/=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E9=97=A8=E7=A6=81=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/代码质量门禁流水线.yml | 38 ------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .devops/代码质量门禁流水线.yml diff --git a/.devops/代码质量门禁流水线.yml b/.devops/代码质量门禁流水线.yml deleted file mode 100644 index 9b7e82c..0000000 --- a/.devops/代码质量门禁流水线.yml +++ /dev/null @@ -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 -