resultsdb: Avoid sending taskotron-compatible messages
These are no longer needed and can no longer be published anyway.
This commit is contained in:
parent
ff3609dd18
commit
a344eb1b5d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ stringData:
|
|||
MESSAGE_BUS_PUBLISH_TASKOTRON = False
|
||||
{% else %}
|
||||
MESSAGE_BUS_PUBLISH = True
|
||||
MESSAGE_BUS_PUBLISH_TASKOTRON = True
|
||||
MESSAGE_BUS_PUBLISH_TASKOTRON = False
|
||||
{% endif %}
|
||||
MESSAGE_BUS_PLUGIN = 'fedmsg'
|
||||
{% if deployment_type is defined and deployment_type in ['local'] %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue