From 8cecdf5bb1288eaaf2cfcae36fe90a72663951de Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 16 Apr 2020 16:01:13 +0000 Subject: [PATCH] ipsilon / staging: also enable the updates-testing repo for the install Signed-off-by: Kevin Fenzi --- roles/openshift-apps/ipsilon/templates/buildconfig.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/openshift-apps/ipsilon/templates/buildconfig.yml b/roles/openshift-apps/ipsilon/templates/buildconfig.yml index 80c72db218..88a7ee23f5 100644 --- a/roles/openshift-apps/ipsilon/templates/buildconfig.yml +++ b/roles/openshift-apps/ipsilon/templates/buildconfig.yml @@ -15,6 +15,9 @@ spec: RUN curl -o /etc/yum.repos.d/fedora-updates-testing.repo https://src.fedoraproject.org/rpms/fedora-repos/raw/master/f/fedora-updates-testing.repo {% endif %} RUN dnf install -y \ +{% if env == "staging" %} + --enablerepo=updates-testing +{% endif %} ipsilon \ ipsilon-authfas \ ipsilon-openid \