diff --git a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml index 1ef4dd7369..828c65b7cb 100644 --- a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml @@ -72,8 +72,8 @@ items: poetry build && \ pip-3 install dist/*.whl && \ # Move bootstrap to correct folder - rm -f anitya/static/bootstrap - mv anitya/static/bootstrap-3.3.4-fedora anitya/static/bootstrap + rm -f anitya/static/bootstrap && \ + mv anitya/static/bootstrap-3.3.4-fedora anitya/static/bootstrap && \ {% else %} python3 setup.py install && \ pip-3 install . && \