From 0db929549f1918d9359352d6c5c3de230a2f6f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 9 Jul 2019 10:33:46 +0200 Subject: [PATCH] Anitya: Remove unecessary lines from buildconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../openshift-apps/release-monitoring/templates/buildconfig.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml index 02c7722d7d..bf09626b5b 100644 --- a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml @@ -61,8 +61,6 @@ items: cp -r _build/html/* ../anitya/static/docs/ && \ popd && \ python3 setup.py install && \ - rm -f /usr/local/bin/anitya_cron.py && \ - cp files/anitya_cron.py /usr/local/bin/ && \ pip-3 install . && \ pushd anitya_schema && \ pip-3 install . && \