builders: Fix string formatting to use Interpolate

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2020-02-17 23:21:13 +00:00
parent 3204310119
commit 4f990e3f6d

View File

@ -341,7 +341,7 @@ def create_parent_builder_factory(buildername, waitname):
factory.addStep(RunConfigLogObserver(
command=[
util.Interpolate("%(prop:builddir)s/yocto-autobuilder-helper/scripts/run-config"),
util.Property("buildername") + "-posttrigger",
util.Interpolate("%(prop:buildername)s-posttrigger"),
util.Interpolate("%(prop:builddir)s/build/build"),
util.Interpolate("%(prop:branch_poky)s"),
util.Interpolate("%(prop:repo_poky)s"),