"main" is now our default branch for all our projects.

This commit is contained in:
Matthieu Gautier
2023-01-03 10:19:52 +01:00
parent 9d910ac9c5
commit 1f8ccde487
3 changed files with 1 additions and 3 deletions

View File

@ -137,7 +137,7 @@ class ReleaseDownload(Source):
class GitClone(Source):
base_git_ref = "master"
base_git_ref = "main"
force_full_clone = False
@property