From 88036f935596a053fa543a4912f3f07dc8d0132f Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 5 Feb 2026 14:17:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E4=BA=A4=E4=BA=BA?= =?UTF-8?q?=EF=BC=8C=E5=92=8C=E6=8F=90=E4=BA=A4=E4=BF=A1=E6=81=AF=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc_api.drone.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/irc_api.drone.yml b/irc_api.drone.yml index 5bad99924..834158cb4 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -21,7 +21,14 @@ steps: - bash /opt/1panel/xc-deploy-new/Test_HIR/devops-publish/test-branch-to-test.sh - name: notify-wecom commands: - - bash /opt/1panel/xc-deploy-new/devops-center/notify-wecom.sh "$DRONE_BUILD_STATUS" "$DRONE_REPO_NAME" "$DRONE_BRANCH" "$DRONE_BUILD_NUMBER" "cdd97aab-d256-4f07-9145-a0a2b1555322" + - bash /opt/1panel/xc-deploy-new/devops-center/notify-wecom.sh \ + "$DRONE_BUILD_STATUS" \ + "$DRONE_REPO_NAME" \ + "$DRONE_BRANCH" \ + "$DRONE_BUILD_NUMBER" \ + "cdd97aab-d256-4f07-9145-a0a2b1555322" \ + "$DRONE_COMMIT_MESSAGE" \ + "$DRONE_COMMIT_AUTHOR" when: status: - success