From ac87ecdf9d22f986ccd403df4ea1b1d4e044b4d0 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 6 Apr 2017 17:12:18 +0200 Subject: [test] Use git reset --hard so commit_info.branch will stay at master --- benchmark-all-commits.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/benchmark-all-commits.sh b/benchmark-all-commits.sh index cde4f9af..907ec280 100755 --- a/benchmark-all-commits.sh +++ b/benchmark-all-commits.sh @@ -45,7 +45,5 @@ do git show | head -6 echo - git reset HEAD .gitlab-ci.yml - git checkout .gitlab-ci.yml - git checkout HEAD^ + git reset --hard HEAD^ done -- cgit v1.2.3