fix: 修正重复的deploy流水线
This commit is contained in:
@@ -5,8 +5,8 @@ triggers:
|
|||||||
trigger: auto
|
trigger: auto
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
prefix:
|
precise:
|
||||||
- ''
|
- master
|
||||||
stages:
|
stages:
|
||||||
- name: stage-b0e54961
|
- name: stage-b0e54961
|
||||||
displayName: deploy
|
displayName: deploy
|
||||||
@@ -24,7 +24,6 @@ stages:
|
|||||||
- 0c13eac4-c35d-455e-a162-ce11a0ab9e37
|
- 0c13eac4-c35d-455e-a162-ce11a0ab9e37
|
||||||
scriptType: SH
|
scriptType: SH
|
||||||
script:
|
script:
|
||||||
- '# 请在此输入您想执行的脚本'
|
|
||||||
- cd ~/gen2d
|
- cd ~/gen2d
|
||||||
- ./deploy.sh
|
- ./deploy.sh
|
||||||
gitClone: false
|
gitClone: false
|
||||||
|
|||||||
@@ -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'
|
|
||||||
Reference in New Issue
Block a user