From 788c02758079df11dbf48e1fe28efdc80d9fab8f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 10 May 2019 22:02:36 +0200 Subject: [PATCH] fas: add && at the end Signed-off-by: Patrick Uiterwijk --- 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 8f84af72a3..18af7b5434 100644 --- a/roles/openshift-apps/fas/templates/buildconfig-fas.yml +++ b/roles/openshift-apps/fas/templates/buildconfig-fas.yml @@ -10,7 +10,7 @@ spec: dockerfile: |- FROM registry.access.redhat.com/rhel6 RUN curl -o /etc/yum.repos.d/rhel6.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/rhel6.repo && \ - curl -o /etc/yum.repos.d/epel6.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/epel6.repo + curl -o /etc/yum.repos.d/epel6.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/epel6.repo && \ {% if env == "staging" %} curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/rhel-infra-tags-stg.repo && \ {% endif %}