koschei: Make use of fedmsg_env variable
This commit is contained in:
parent
efb8a3a662
commit
d3548b20c7
1 changed files with 1 additions and 5 deletions
|
@ -90,11 +90,7 @@ config = {
|
|||
},
|
||||
"plugins": ['fedmsg'],
|
||||
"fedmsg": {
|
||||
{% if env == 'staging' %}
|
||||
"topic": "org.fedoraproject.stg.buildsys",
|
||||
{% else %}
|
||||
"topic": "org.fedoraproject.prod.buildsys",
|
||||
{% endif %}
|
||||
"topic": "org.fedoraproject.{{ fedmsg_env }}.buildsys",
|
||||
},
|
||||
"fedmsg-publisher": {
|
||||
"enabled": True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue