Koschei: enable fedmsg plugin in staging

This commit is contained in:
Mikolaj Izdebski 2019-09-17 16:00:55 +02:00 committed by Pierre-Yves Chibon
parent 4321554143
commit 07b608f245

View file

@ -81,11 +81,7 @@ config = {
},
},
},
{% if env == 'staging' %}
"plugins": ['copr'],
{% else %}
"plugins": ['fedmsg'],
{% endif %}
"fedmsg": {
{% if env == 'staging' %}
"topic": "org.fedoraproject.stg.buildsys",