From bb4148a5adc12d2da74835dd61daaffd6bfc9fbf Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Sun, 27 Jan 2019 19:51:37 +0100 Subject: [PATCH] Disable pagure_extras Koschei plugin in staging --- roles/openshift-apps/koschei/templates/config-frontend.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}