Commit 3d4aa31e authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

benchmark script: make sure a master branch exists

parent 6ed5ab9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ if [[ ! -z "$CI" ]]; then
  rm -rf .asv/env
  # Fetch the master branch as git repository in gitlab ci env doesn't have it.
  git fetch origin master
  git checkout -t origin/master
fi

if [[ ! -f ~/.asv-machine.json ]]; then