mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
builders: Fix typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d87126c419
commit
6079117701
|
@ -282,7 +282,7 @@ def create_parent_builder_factory(buildername, waitname):
|
|||
set_props = {
|
||||
"sharedrepolocation": util.Interpolate("{}/%(prop:buildername)s-%(prop:buildnumber)s".format(config.sharedrepodir)),
|
||||
"is_release": util.Property("is_release"),
|
||||
"build_type": : util.Property("build_type"),
|
||||
"build_type": util.Property("build_type"),
|
||||
"buildappsrcrev": "",
|
||||
"deploy_artefacts": util.Property("deploy_artefacts"),
|
||||
"publish_destination": util.Property("publish_destination"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user