Commit 75185b57 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Fetch master in benchmark script

parent 9dfa186e
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