Commit 484575d
committed
minor #2687 [CI] Use git diff instead of git status (smnandre)
This PR was merged into the 2.x branch.
Discussion
----------
[CI] Use git diff instead of git status
The CI often fails on the "check dist files" script because some dist file changed .. with no real content change
This PR replace the `git status --porcelain` with a `git diff --quiet` to ignore this situation.
Commits
-------
11114f3 [CI] Use git diff instead of git status1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments