修改打包路径
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-01-04 13:39:18 +08:00
parent 61fa371fd4
commit d15a9945de
1 changed files with 2 additions and 2 deletions

View File

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