From f790193350702a30353b4fc487b0cc6483a12d71 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 6 Mar 2026 15:37:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=80=9A=E7=9F=A5=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E5=BE=AE=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc_api.drone.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/irc_api.drone.yml b/irc_api.drone.yml index f06092d78..3f1b10798 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -16,9 +16,16 @@ server: from_secret: test_ssh_pwd steps: -- name: build-uat-irc - commands: - - bash /opt/1panel/xc-deploy-new/Uat_IRC/devops-publish/uat-branch-publish.sh + - name: publish-test-irc + commands: + - bash /opt/1panel/xc-deploy-new/Uat_IRC/devops-publish/uat-branch-publish.sh + - name: notify-wecom + commands: + - bash /opt/1panel/xc-deploy-new/devops-center/drone-notify-wecom.sh "$DRONE_BUILD_STATUS" "$DRONE_REPO_NAME" "$DRONE_BRANCH" "$DRONE_BUILD_NUMBER" "4355b98e-1e72-4678-8dfb-2fc6ad0bf449" "$DRONE_COMMIT_MESSAGE" "$DRONE_COMMIT_AUTHOR" "Uat_IRC_API Uat_IRC_SCP_API" "uat.test.extimaging.com" + when: + status: + - success + - failure trigger: branch: