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 \