koschei: Disable hotfix_pagure_extras plugin in production
This commit is contained in:
parent
3591f086b8
commit
91bbf33a2f
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ config = {
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
"plugins": [],
|
"plugins": [],
|
||||||
{% else %}
|
{% else %}
|
||||||
"plugins": ['hotfix_pagure_extras'],
|
"plugins": [],
|
||||||
|
# "plugins": ['hotfix_pagure_extras'],
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"caching": {
|
"caching": {
|
||||||
"pagure": {
|
"pagure": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue