enabling the last bits of exexdb on taskotron stg
This commit is contained in:
parent
d6a23ffe2a
commit
f77abb46e8
2 changed files with 2 additions and 1 deletions
|
@ -363,7 +363,7 @@ mn = MailNotifier(fromaddr='taskotron@fedoraproject.org',
|
|||
|
||||
c['status'].append(mn)
|
||||
|
||||
{% if deployment_type == 'dev' %}
|
||||
{% if deployment_type in ['dev', 'stg'] %}
|
||||
# ExecDB's push-notifications:
|
||||
import buildbot.status.status_push
|
||||
sp = buildbot.status.status_push.HttpStatusPush(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue