Disable pagure_extras Koschei plugin in staging
This commit is contained in:
parent
aa71e43ab2
commit
bb4148a5ad
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ config = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
"plugins": ['hotfix_pagure_extras', 'copr'],
|
"plugins": [],
|
||||||
{% else %}
|
{% else %}
|
||||||
"plugins": ['hotfix_pagure_extras'],
|
"plugins": ['hotfix_pagure_extras'],
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue