Update '.trustie-pipeline.yml'

This commit is contained in:
m53297601 2021-04-02 10:50:18 +08:00
parent 76f61b74df
commit 07027667d2
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
kind: pipeline
type: docker
name: 开发流水线
name: 测试流水线
platform:
os: linux
arch: amd64
@ -50,6 +50,6 @@ steps:
- echo ====部署成功======
trigger:
branch:
- master
- develop
event:
- push