From 239e0b84c22ec4f5590b62494b7a37f6b9dfac5e Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 11 Jul 2024 16:07:11 +0800 Subject: [PATCH] =?UTF-8?q?study=20=20net8=20=E8=87=AA=E5=8A=A8=E6=89=93?= =?UTF-8?q?=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc_api.drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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