We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2f959 commit 89852baCopy full SHA for 89852ba
.evergreen/run-import-time-test.sh
@@ -25,9 +25,9 @@ function get_import_time() {
25
}
26
27
get_import_time $HEAD_SHA
28
-git stash
+git stash || true
29
git checkout $BASE_SHA
30
get_import_time $BASE_SHA
31
git checkout $HEAD_SHA
32
-git stash apply
+git stash apply || true
33
python tools/compare_import_time.py $HEAD_SHA $BASE_SHA
0 commit comments