From ea05bf56ed6a27a61b4fb29cfc754d1fdff86644 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 May 2018 16:04:19 +0100 Subject: [PATCH] builders: Pass sharedrepolocation to QA emails script Signed-off-by: Richard Purdie --- builders.py | 1 + 1 file changed, 1 insertion(+) diff --git a/builders.py b/builders.py index 2ede800..5fbfbbb 100644 --- a/builders.py +++ b/builders.py @@ -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"))