builders: Pass sharedrepolocation to QA emails script

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2018-05-16 16:04:19 +01:00
parent a1596a5f29
commit ea05bf56ed

View File

@ -263,6 +263,7 @@ factory.addStep(steps.ShellCommand(
util.Interpolate("%(prop:builddir)s/layerinfo.json"),
get_publish_dest,
get_publish_name,
util.Interpolate("%(prop:sharedrepolocation)s")
],
name="Send QA Email"))