summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/buildbot-stockholm.nix
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-06-20 12:44:53 +0200
committerlassulus <lass@blue.r>2018-06-20 12:44:53 +0200
commit862851f1837e3b331a42d3dde92a409900987fff (patch)
tree2bab75bbd7b4ad4786620037ab3f16957752f864 /krebs/2configs/buildbot-stockholm.nix
parent1665703c4562ca454e5aafd62105715fb8561238 (diff)
buildbot: also fetch submodules
Diffstat (limited to 'krebs/2configs/buildbot-stockholm.nix')
-rw-r--r--krebs/2configs/buildbot-stockholm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/buildbot-stockholm.nix b/krebs/2configs/buildbot-stockholm.nix
index 04b1c999..62a5f9ab 100644
--- a/krebs/2configs/buildbot-stockholm.nix
+++ b/krebs/2configs/buildbot-stockholm.nix
@@ -63,6 +63,7 @@ in
grab_repo = steps.Git(
repourl=stockholm_repo,
mode='full',
+ submodules=True,
)
'';
builder = {