buildbot: also fetch submodules
This commit is contained in:
parent
1665703c45
commit
862851f183
|
@ -63,6 +63,7 @@ in
|
|||
grab_repo = steps.Git(
|
||||
repourl=stockholm_repo,
|
||||
mode='full',
|
||||
submodules=True,
|
||||
)
|
||||
'';
|
||||
builder = {
|
||||
|
|
Loading…
Reference in a new issue