From b80eb0b4d369c63ea24e34245515de55f6a374dc Mon Sep 17 00:00:00 2001 From: Mark O'Brien Date: Thu, 25 Mar 2021 11:01:04 +0000 Subject: [PATCH] fas: remove trailing slash --- roles/openshift-apps/fas/templates/buildconfig-fas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/fas/templates/buildconfig-fas.yml b/roles/openshift-apps/fas/templates/buildconfig-fas.yml index 419ba71f08..4c6378725a 100644 --- a/roles/openshift-apps/fas/templates/buildconfig-fas.yml +++ b/roles/openshift-apps/fas/templates/buildconfig-fas.yml @@ -10,10 +10,10 @@ spec: dockerfile: |- FROM registry.access.redhat.com/rhel6 RUN curl -o /etc/yum.repos.d/rhel6.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/rhel6.repo && \ - curl -o /etc/yum.repos.d/epel6.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/epel6.repo && \ {% if env == "staging" %} curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/rhel-infra-tags-stg.repo && \ {% endif %} + curl -o /etc/yum.repos.d/epel6.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/epel6.repo RUN yum install -y \ fas \