Skip to content

Commit

Permalink
[CI] Use git 2.30.2 for clones with older versions of git-cinnabar
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Jun 10, 2021
1 parent 3d9fe74 commit 1d659d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CI/decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ def __init__(self, version):
hg = '4.3.3'
else:
hg = MERCURIAL_VERSION
kwargs = {}
if parse_version(version) < parse_version('0.5.7'):
kwargs['git'] = '2.30.2'
if REPO == DEFAULT_REPO:
index = 'bundle.{}'.format(sha1)
else:
Expand All @@ -190,6 +193,7 @@ def __init__(self, version):
'REPO': REPO,
},
priority='high',
**kwargs,
)


Expand Down

0 comments on commit 1d659d2

Please sign in to comment.