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