mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers: Add missing codebase param
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
0b72029cfb
commit
fc62ac0f0d
|
@ -90,7 +90,7 @@ schedulers.append(sched.ForceScheduler(
|
|||
name="nightly",
|
||||
builderNames=["nightly"],
|
||||
buttonName="Start Nightly Build",
|
||||
codebases = [util.CodebaseParameter(label="yocto-autobuilder-helper:", project=None)],
|
||||
codebases = [util.CodebaseParameter(codebase='', label="yocto-autobuilder-helper:", project=None)],
|
||||
reason=util.StringParameter(
|
||||
name="reason",
|
||||
label="""Reason (please note the reason for triggering the build and
|
||||
|
|
Loading…
Reference in New Issue
Block a user