From 93ca567f5f81e59fde1386c385b28d6b7484b142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 15 Feb 2019 10:31:46 +0100 Subject: [PATCH] the-new-hotness: Remove duplicated commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/buildconfig.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index 7bba6ed208..31cefd03ce 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -40,10 +40,8 @@ items: git checkout production && \ {% endif %} python3 setup.py install && \ - pip-3 install . && \ pushd hotness_schema && \ python3 setup.py install && \ - pip-3 install . && \ rm -rf the-new-hotness EXPOSE 9940 type: Dockerfile