Skip to content

Commit 43e4253

Browse files
authored
Removes fetching of main branch (#9826)
Removes fetching of main branch, broke on Circle CI `main` branch builds Not needed unless non-main branch default!
1 parent 9efe46e commit 43e4253

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
- checkout
4242
- run: git submodule sync
4343
- run: git submodule update --init
44-
- run: git fetch origin main # needed for comparisson in pre-commit
45-
- run: git branch -f --track main origin/main # needed for comparisson in pre-commit
4644
- run: pip install --user 'tox<5'
4745
- run: tox -e pre-commit
4846
- run: tox -e migrations

0 commit comments

Comments
 (0)