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 ---