From a4f21bd72d962f03ff0335bf9ffceefe76844cd1 Mon Sep 17 00:00:00 2001 From: clay Date: Sun, 13 Apr 2025 14:43:38 +0800 Subject: [PATCH] feat: 1 --- .drone.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1926643..24499d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -72,30 +72,6 @@ steps: >[📊 查看详情]({{build.link}})" } } - - name: notify - image: 10.7.127.190:38080/plugins/webhook:latest - environment: - WEBHOOK_URL: - from_secret: wechat_webhook_url - when: - status: [ success,failure ] - settings: - urls: https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=f2b3fcbc-e70f-4826-8b08-340518b3a96f - content_type: application/json - template: | - { - "msgtype": "markdown", - "markdown": { - "content": "{{#success build.status}}✅{{else}}❌{{/success}}**{{ repo.owner }}/{{ repo.name }}** (Build #{{build.number}})\n - >**构建结果**: {{ build.status }} - >**构建详情**: [点击查看]({{ build.link }}) - >**代码分支**: {{ build.branch }} - >**提交标识**: {{ build.commit }} - >**提交发起**: {{ build.author }} - >**提交信息**: {{ build.message }} - " - } - } volumes: