Skip to content

Commit 8db60dd

Browse files
committed
PYTHON-4977 Fix git on windows
1 parent 0a273a3 commit 8db60dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-import-time-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function get_import_time() {
2525
}
2626

2727
get_import_time $HEAD_SHA
28-
git stash
28+
git -c user.name=evergreen -c [email protected] stash
2929
git checkout $BASE_SHA
3030
get_import_time $BASE_SHA
3131
git checkout $HEAD_SHA

0 commit comments

Comments
 (0)