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