mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
builders: Connect in send_email form control to script
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
223720737f
commit
3ef80817ae
|
@ -259,6 +259,7 @@ factory.addStep(steps.Trigger(schedulerNames=['wait'],
|
|||
factory.addStep(steps.ShellCommand(
|
||||
command=[
|
||||
util.Interpolate("%(prop:builddir)s/yocto-autobuilder-helper/scripts/send-qa-email"),
|
||||
util.Property("send_email"),
|
||||
util.Interpolate("%(prop:builddir)s/layerinfo.json"),
|
||||
get_publish_dest,
|
||||
get_publish_name,
|
||||
|
|
Loading…
Reference in New Issue
Block a user