Disable pagure_extras Koschei plugin in staging

This commit is contained in:
Mikolaj Izdebski 2019-01-27 19:51:37 +01:00
parent aa71e43ab2
commit bb4148a5ad

View file

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