diff options
author | lassulus <lass@blue.r> | 2018-06-20 12:44:53 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-06-20 12:44:53 +0200 |
commit | 862851f1837e3b331a42d3dde92a409900987fff (patch) | |
tree | 2bab75bbd7b4ad4786620037ab3f16957752f864 | |
parent | 1665703c4562ca454e5aafd62105715fb8561238 (diff) |
buildbot: also fetch submodules
-rw-r--r-- | krebs/2configs/buildbot-stockholm.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/buildbot-stockholm.nix b/krebs/2configs/buildbot-stockholm.nix index 04b1c999f..62a5f9ab5 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 = { |