customize
This commit is contained in:
parent
624b3ed609
commit
c260c85855
@ -82,7 +82,9 @@ factory = util.BuildFactory()
|
||||
if GITEA_SECRET:
|
||||
factory.addStep(
|
||||
steps.Gitea(
|
||||
repourl="https://gitea.parrrate.ru/PTV/radn-rs.git", mode="incremental"
|
||||
repourl="https://gitea.parrrate.ru/PTV/radn-rs.git",
|
||||
mode="incremental",
|
||||
codebase="radn-rs",
|
||||
)
|
||||
)
|
||||
else:
|
||||
|
@ -1,2 +1,2 @@
|
||||
FROM buildbot/buildbot-master:master
|
||||
RUN pip3 install buildbot_gitea
|
||||
RUN /buildbot_venv/bin/pip3 install buildbot_gitea
|
||||
|
Loading…
Reference in New Issue
Block a user