From 33ea36943c74c94ef76ec3bac86f12e6e8b54e22 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Tue, 20 Dec 2022 18:16:12 +0100 Subject: [PATCH] Removes fetching of main branch, broke on Circle CI `main` branch builds Not needed unless non-main branch default! --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c6ffe178d9d..9facf43fdfb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,8 +41,6 @@ jobs: - checkout - run: git submodule sync - run: git submodule update --init - - run: git fetch origin main # needed for comparisson in pre-commit - - run: git branch -f --track main origin/main # needed for comparisson in pre-commit - run: pip install --user 'tox<5' - run: tox -e pre-commit - run: tox -e migrations