From 67f60fdb923f1e0004440f6f0be57c90935a1cb9 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Fri, 28 Jun 2019 18:13:48 +0000 Subject: [PATCH] [os/joystick] Remove redundant trailing slash --- roles/openshift-apps/joystick/templates/buildconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/joystick/templates/buildconfig.yml b/roles/openshift-apps/joystick/templates/buildconfig.yml index 822caf4d9b..f2d7a7590f 100644 --- a/roles/openshift-apps/joystick/templates/buildconfig.yml +++ b/roles/openshift-apps/joystick/templates/buildconfig.yml @@ -14,7 +14,7 @@ items: LABEL \ maintainer="Sayan Chowdhury " \ name="joystick" \ - vendor="Fedora Infrastructure" \ + vendor="Fedora Infrastructure" 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 @@ -27,7 +27,7 @@ items: mantle \ fedora-messaging \ python3-fedfind && \ - dnf autoremove -y \ + dnf autoremove -y type: Dockerfile git: uri: https://pagure.io/joystick.git