From d66ac373dd597234b063e16ee13ac96fc4a47949 Mon Sep 17 00:00:00 2001 From: wonder Date: Mon, 25 May 2026 11:34:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=9A=84deploy=E6=B5=81=E6=B0=B4=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .workflow/deploy.yml | 5 ++--- .workflow/pipeline-20260525.yml | 33 --------------------------------- 2 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 .workflow/pipeline-20260525.yml diff --git a/.workflow/deploy.yml b/.workflow/deploy.yml index 84aa8a5..836c30b 100644 --- a/.workflow/deploy.yml +++ b/.workflow/deploy.yml @@ -5,8 +5,8 @@ triggers: trigger: auto push: branches: - prefix: - - '' + precise: + - master stages: - name: stage-b0e54961 displayName: deploy @@ -24,7 +24,6 @@ stages: - 0c13eac4-c35d-455e-a162-ce11a0ab9e37 scriptType: SH script: - - '# 请在此输入您想执行的脚本' - cd ~/gen2d - ./deploy.sh gitClone: false diff --git a/.workflow/pipeline-20260525.yml b/.workflow/pipeline-20260525.yml deleted file mode 100644 index f7473b4..0000000 --- a/.workflow/pipeline-20260525.yml +++ /dev/null @@ -1,33 +0,0 @@ -version: '1.0' -name: pipeline-20260525 -displayName: pipeline-20260525 -triggers: - trigger: auto - push: - branches: - precise: - - master -stages: - - name: stage-b0e54961 - displayName: deploy - strategy: naturally - trigger: auto - executor: [] - steps: - - step: shell@agent - name: execute_shell - displayName: Shell 脚本执行 - schedulerType: DISTRIBUTED - hostGroupID: - ID: i-f8zc4nf8y8u267zwn9vw - hostID: - - 0c13eac4-c35d-455e-a162-ce11a0ab9e37 - scriptType: SH - script: - - '# 请在此输入您想执行的脚本' - - cd ~/gen2d - - ./deploy.sh - gitClone: false - notify: [] - strategy: - retry: '0'