Skip to content

Commit bd8918f

Browse files
committed
tools/ci.sh: Ignore some commit pattern in check.
Signed-off-by: zhanglinjing <[email protected]>
1 parent 9638e92 commit bd8918f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ function ci_commit_formatting_run {
1818
# If the common ancestor commit hasn't been found, fetch more.
1919
git merge-base upstream/master HEAD || git fetch upstream master
2020
# For a PR, upstream/master..HEAD ends with a merge commit into master, exclude that one.
21-
python tools/verifygitlog.py -v upstream/master..HEAD --no-merges
21+
python tools/verifygitlog.py --ignore-rebase -v upstream/master..HEAD --no-merges
2222
}
2323

0 commit comments

Comments
 (0)