diff --git a/roles/openshift-apps/koschei/templates/config-backend.cfg.j2 b/roles/openshift-apps/koschei/templates/config-backend.cfg.j2 index 88286236bc..0d1f58ce1d 100644 --- a/roles/openshift-apps/koschei/templates/config-backend.cfg.j2 +++ b/roles/openshift-apps/koschei/templates/config-backend.cfg.j2 @@ -81,11 +81,7 @@ config = { }, }, }, - {% if env == 'staging' %} - "plugins": ['copr'], - {% else %} "plugins": ['fedmsg'], - {% endif %} "fedmsg": { {% if env == 'staging' %} "topic": "org.fedoraproject.stg.buildsys",