Skip to content

Commit c835176

Browse files
committed
ci: remove unneccessary git diff after applying patch
Drop `git diff` command so it is easier to run CI locally if git checkout is a worktree. Currently it fails because the directory is not recognized as a git repository. The `git diff` command was added recently in #28359 commit fa07ac4 and isn't neccessary. It is also probably not useful for debugging.
1 parent 46d2616 commit c835176

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/test/03_test_script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ index 65e31724bc..f61b471953 100644
5050
5151
mutex_.Lock();
5252
stats_[compact->compaction->level() + 1].Add(stats);' | patch -p1
53-
git diff
5453
)
5554

5655
if [ "$RUN_FUZZ_TESTS" = "true" ]; then

0 commit comments

Comments
 (0)