ci: redownload all repos

This commit is contained in:
lassulus 2019-11-29 14:11:18 +01:00 committed by makefu
parent 20e44b103d
commit e6d2e5d203
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ let
f_${name} = util.BuildFactory()
f_${name}.addStep(steps.Git(
repourl=util.Property('repository', '${head repo.urls}'),
method='clobber',
mode='full',
submodules=True,
))