File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1798,17 +1798,11 @@ buildvariants:
17981798 - name : test_aws_lambda_task_group
17991799
18001800- name : rhel8-import-time
1801- display_name : Import Time Linux
1801+ display_name : Import Time
18021802 run_on : rhel87-small
18031803 tasks :
18041804 - name : " check-import-time"
18051805
1806- - name : windows-import-time
1807- display_name : Import Time Windows
1808- run_on : windows-64-vsMulti-small
1809- tasks :
1810- - name : " check-import-time"
1811-
18121806- name : backport-pr
18131807 display_name : " Backport PR"
18141808 run_on :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function get_import_time() {
2525}
2626
2727get_import_time $HEAD_SHA
28- git
-c user.name=evergreen -c [email protected] stash
28+ git stash
2929git checkout $BASE_SHA
3030get_import_time $BASE_SHA
3131git checkout $HEAD_SHA
You can’t perform that action at this time.
0 commit comments