Commit 217f4b21 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

create branch without checking out

parent 3d4aa31e
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