From 19b0a90dee8ee88ae52aabd7b14be67bdf12a679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 20 Jul 2021 18:06:26 +0200 Subject: [PATCH] release-monitoring: Use jinja staging correctly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../release-monitoring/templates/buildconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml index 566aa18f9a..22191806a7 100644 --- a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml @@ -40,12 +40,12 @@ items: python3-pip \ python3-psycopg2 \ {% if env == 'staging' %} + python3-semver \ +{% else %} python3-pytoml \ python3-semver \ python3-social-auth-app-flask \ python3-social-auth-app-flask-sqlalchemy \ -{% else %} - python3-semver \ {% endif %} python3-sphinxcontrib-httpdomain \ python3-sqlalchemy \