commit eb831faef4564bc40f56a7536d7511064941bd57
parent c9b62fa32198e08f9ef4d6e67ce1d7756f3d6b4a
Author: ms <ms@taler.net>
Date: Fri, 2 Jul 2021 09:31:20 +0200
syntax
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -67,7 +67,7 @@ tipReserveEmails = reporters.MailNotifier(
wantLogs=True,
template="""
{% for step in build['steps'] %}
- {{ logs = yield master.data.get("logs", step['logid'], "contents") }}
+ {% logs = yield master.data.get("logs", step['logid'], "contents") %}
{{ logs }}
{% endfor %}""", # usually one step
subject="tips availability on demo")