nix/coordinator: fix repourl
Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
parent
e92a2225f7
commit
670a1d1281
1 changed files with 2 additions and 2 deletions
|
@ -324,7 +324,7 @@ def nix_eval_config(
|
|||
# check out the source
|
||||
factory.addStep(
|
||||
steps.Gerrit(
|
||||
repourl="git://git@git.lix.systems/lix-project/lix",
|
||||
repourl="ssh://buildbot@gerrit.lix.systems:2022/lix",
|
||||
mode="full",
|
||||
retry=[60, 60],
|
||||
timeout=3600,
|
||||
|
@ -565,7 +565,7 @@ def config_for_project(
|
|||
properties=[
|
||||
util.StringParameter(
|
||||
name="project",
|
||||
label="Name of the GitHub repository.",
|
||||
label="Name of the Gerrit repository.",
|
||||
default=project.name,
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue