diff --git a/irc_api.drone.yml b/irc_api.drone.yml index 55df5dea8..b791bbfd1 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -73,12 +73,12 @@ server: steps: - name: publish-test-study commands: - - cd /opt/1panel/xc-deploy/Test_Study/devops-build-publish - - sh test-study.sh v${DRONE_BUILD_NUMBER} + - cd /opt/1panel/xc-deploy/Test_Study/devops-build-publish ; sh pull-build-test-study-image.sh v${DRONE_BUILD_NUMBER} + - cd /opt/1panel/xc-deploy/Test_Study ;sh update-image-if-need-then-pull-aliyun.sh v${DRONE_BUILD_NUMBER} trigger: branch: - - Test.Study + - Test_Study_Net8 --- kind: pipeline