Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cnb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"**": # 触发的分支名,默认所有分支,按需修改
push: # push 触发,可按需修改为 pull_request 等
- stages:
# 获取 git 变更文件列表,供TCA增量分析使用
# 获取 git 变更文件列表,供 TCA 增量分析使用
- name: git-change-list
image: cnbcool/git-change-list:latest
settings:
Expand Down