将触发执行改为定时执行,将触发分支改为不存在的分支

This commit is contained in:
姬巍川
2020-07-08 16:37:31 +08:00
parent 412f4b87c3
commit 8c605b3aac

View File

@@ -6,7 +6,7 @@ wp: #随意填写起标示作用wp指全流程测试
stage: develop #和上述的类型对应
only:
- develop #指定触发分支
- qqq #指定触发分支
tags:
- "155auto"
@@ -22,7 +22,7 @@ com: #随意填写起标示作用com指cli测试
stage: develop #和上述的类型对应
only:
- develop #指定触发分支
- yyy #指定触发分支
tags:
- "155auto"