fix: 修正重复的deploy流水线
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user