소스 검색

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']:


불러오는 중...
취소
저장