We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81defe2 + 3428f2e commit 838a977Copy full SHA for 838a977
.cnb.yml
@@ -2,7 +2,7 @@
2
"**": # 触发的分支名,默认所有分支,按需修改
3
push: # push 触发,可按需修改为 pull_request 等
4
- stages:
5
- # 获取 git 变更文件列表,供TCA增量分析使用
+ # 获取 git 变更文件列表,供 TCA 增量分析使用
6
- name: git-change-list
7
image: cnbcool/git-change-list:latest
8
settings:
0 commit comments