aboutsummaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-07-02 09:31:20 +0200
committerms <ms@taler.net>2021-07-02 09:31:20 +0200
commiteb831faef4564bc40f56a7536d7511064941bd57 (patch)
tree6823a4aa6276305091d16665b598085eabb83ffd /buildbot/master.cfg
parentc9b62fa32198e08f9ef4d6e67ce1d7756f3d6b4a (diff)
downloaddeployment-eb831faef4564bc40f56a7536d7511064941bd57.tar.gz
deployment-eb831faef4564bc40f56a7536d7511064941bd57.tar.bz2
deployment-eb831faef4564bc40f56a7536d7511064941bd57.zip
syntax
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index bcc1dee..9a56426 100644
--- 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")