summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-01-28 09:44:00 +0100
committerMS <ms@taler.net>2021-01-28 09:44:00 +0100
commit28515b193577688558d29f1e8dd1f517d36baf4b (patch)
treeeaa6d11fbedcd93204f990405319af0ab302de82
parent94e632ea0e43e1363915fdc4a679a74ba0e927d5 (diff)
downloadlibeufin-deployment-28515b193577688558d29f1e8dd1f517d36baf4b.tar.gz
libeufin-deployment-28515b193577688558d29f1e8dd1f517d36baf4b.tar.bz2
libeufin-deployment-28515b193577688558d29f1e8dd1f517d36baf4b.zip
less text
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index ab39ff8..2f7aad1 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -143,7 +143,7 @@ emailNotifier = reporters.MailNotifier(
extraRecipients=["libeufin@taler.net"],
messageFormatter=reporters.MessageFormatter(
ctx=dict(statuses=util.Results),
- template="See: {{ build_url }}", subject="libeufin build: {{ statuses[results] }}")
+ template="{{ build_url }}", subject="libeufin build: {{ statuses[results] }}")
)
c["services"] = [emailNotifier]