Browse Source

handle git submodules

covid-videoplattform
parent
commit
345e493c3b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      templates/buildbot/master.cfg.j2

+ 2
- 0
templates/buildbot/master.cfg.j2 View File

@@ -117,6 +117,7 @@ for builders_config_file_path in builders_config_file_paths:
branch=repo["branch"], branch=repo["branch"],
workdir=repo['workdir'], workdir=repo['workdir'],
progress=True, progress=True,
submodules=True,
)) ))
elif repo['type'] == 'gitea': elif repo['type'] == 'gitea':
factory.addStep(steps.Gitea( factory.addStep(steps.Gitea(
@@ -125,6 +126,7 @@ for builders_config_file_path in builders_config_file_paths:
branch=repo["branch"], branch=repo["branch"],
workdir=repo['workdir'], workdir=repo['workdir'],
progress=True, progress=True,
submodules=True,
)) ))


for cmd in builder_config['shell_commands']: for cmd in builder_config['shell_commands']:


Loading…
Cancel
Save