From c3c4c7144e6a0e87615915e08100b9b5854c81e6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 16 Apr 2020 15:30:26 +0000 Subject: [PATCH] ipsilon / staging: pull updates-testing repo from fedora-repos Signed-off-by: Kevin Fenzi --- roles/openshift-apps/ipsilon/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/ipsilon/templates/buildconfig.yml b/roles/openshift-apps/ipsilon/templates/buildconfig.yml index 02828e6c7f..80c72db218 100644 --- a/roles/openshift-apps/ipsilon/templates/buildconfig.yml +++ b/roles/openshift-apps/ipsilon/templates/buildconfig.yml @@ -12,7 +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 + 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 \ ipsilon \