mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers: Fix typo preventing buildtools builds from deploying artefacts
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a60c841a49
commit
0c2b54e392
|
@ -59,8 +59,8 @@ def props_for_builder(builder):
|
|||
props.append(buildappsrcrev_param())
|
||||
if builder in ['build-appliance', 'buildtools']:
|
||||
props.append(util.BooleanParameter(
|
||||
name="deploy_artifacts",
|
||||
label="Do we want to deploy artifacts? ",
|
||||
name="deploy_artefacts",
|
||||
label="Do we want to deploy artefacts? ",
|
||||
default=False
|
||||
))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user