Loading ci-support.sh +5 −3 Original line number Diff line number Diff line Loading @@ -508,10 +508,12 @@ function clone_results_repo { fi ln -s $PWD/benchmark-data/$PROJECT .asv/results if [[ ! -z "${GITLAB_CI}" ]]; then # Fetch the origin/main branch and setup main to track origin/main git fetch origin main || true git branch main origin/main -f fi fi } function upload_benchmark_results { Loading Loading
ci-support.sh +5 −3 Original line number Diff line number Diff line Loading @@ -508,10 +508,12 @@ function clone_results_repo { fi ln -s $PWD/benchmark-data/$PROJECT .asv/results if [[ ! -z "${GITLAB_CI}" ]]; then # Fetch the origin/main branch and setup main to track origin/main git fetch origin main || true git branch main origin/main -f fi fi } function upload_benchmark_results { Loading