Disable Koschei fedmsg plugin in staging

This commit is contained in:
Mikolaj Izdebski 2019-02-06 08:35:16 +01:00
parent c0b3ad5eb5
commit fdf54347e0

View file

@ -82,7 +82,7 @@ config = {
},
},
{% if env == 'staging' %}
"plugins": ['fedmsg', 'copr'],
"plugins": ['copr'],
{% else %}
"plugins": ['fedmsg'],
{% endif %}