diff --git a/roles/openshift-apps/koschei/templates/config-frontend.cfg.j2 b/roles/openshift-apps/koschei/templates/config-frontend.cfg.j2 index 97758ad1e6..f2f6ba6a82 100644 --- a/roles/openshift-apps/koschei/templates/config-frontend.cfg.j2 +++ b/roles/openshift-apps/koschei/templates/config-frontend.cfg.j2 @@ -39,7 +39,7 @@ config = { }, }, {% if env == 'staging' %} - "plugins": ['hotfix_pagure_extras', 'copr'], + "plugins": [], {% else %} "plugins": ['hotfix_pagure_extras'], {% endif %}