From d15a9945de8b3f0983aacfff85d7ea1689684e84 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 4 Jan 2024 13:39:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc_api.drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irc_api.drone.yml b/irc_api.drone.yml index 2ca805375..b41aa81c1 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -99,12 +99,12 @@ steps: - name: publish-test-irc commands: - echo start publish test-irc-api - - cd /opt/1panel/hang/devops/test-irc + - cd /opt/1panel/hang/devops/test-irc-net8 - sh test-irc.sh v${DRONE_BUILD_NUMBER} trigger: branch: - - Test.IRC + - Test_IRC_Net8 ---