[release-monitoring] Add missing && \ to lines

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-09-27 16:27:22 +02:00
parent 1ec94dbea3
commit 98266d2afa

View file

@ -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 . && \