diff --git a/roles/openshift-apps/ipsilon/templates/buildconfig.yml b/roles/openshift-apps/ipsilon/templates/buildconfig.yml index 3812f9614f..02828e6c7f 100644 --- a/roles/openshift-apps/ipsilon/templates/buildconfig.yml +++ b/roles/openshift-apps/ipsilon/templates/buildconfig.yml @@ -12,6 +12,7 @@ spec: RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags.repo {% if env == "staging" %} RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags-stg.repo + RUN curl -o /etc/yum.repos.d/fedora-updates-testing.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-updates-testing.repo {% endif %} RUN dnf install -y \ ipsilon \