mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers.py: Fix bad default value for Boolean form control
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
984e3e15a5
commit
b4db3914af
|
@ -63,7 +63,7 @@ def props_for_builder(builder):
|
||||||
props.append(util.BooleanParameter(
|
props.append(util.BooleanParameter(
|
||||||
name="deploy_artifacts",
|
name="deploy_artifacts",
|
||||||
label="Do we want to deploy artifacts? ",
|
label="Do we want to deploy artifacts? ",
|
||||||
default=Boolean
|
default=False
|
||||||
))
|
))
|
||||||
|
|
||||||
props = props + repos_for_builder(builder)
|
props = props + repos_for_builder(builder)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user