Commit 48d704ca authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'git' into 'master'

Create branch without checking out

See merge request !22
parents 3d4aa31e 217f4b21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +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
  git branch master origin/master
fi

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