浏览代码

handle git submodules

covid-videoplattform
父节点
当前提交
345e493c3b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      templates/buildbot/master.cfg.j2

+ 2
- 0
templates/buildbot/master.cfg.j2 查看文件

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

for cmd in builder_config['shell_commands']:


正在加载...
取消
保存