Commit 6ed5ab9c authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'fetch' into 'master'

Fetch master in benchmark script

See merge request !21
parents 9dfa186e 75185b57
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@ if [[ ! -z "$CI" ]]; then
    cp -r ~/.$PROJECT/asv/results .asv/results
  fi
  rm -rf .asv/env
  # Fetch the master branch as git repository in gitlab ci env doesn't have it.
  git fetch origin master
fi

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