From 75185b578132274af581beb493924a3cad168b4b Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sun, 14 Jul 2019 11:52:45 -0500 Subject: [PATCH] Fetch master in benchmark script --- build-and-benchmark-py-project.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-and-benchmark-py-project.sh b/build-and-benchmark-py-project.sh index faa5784..a6ed635 100644 --- a/build-and-benchmark-py-project.sh +++ b/build-and-benchmark-py-project.sh @@ -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 -- GitLab