[release-monitoring] Add missing && \

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-09-27 17:41:35 +02:00
parent 995e424760
commit d0022876d5

View file

@ -70,7 +70,7 @@ items:
popd && \
{% if env == 'staging' %}
# Uninstall the existing anitya installation first
pip-3 uninstall anitya
pip-3 uninstall anitya && \
# Move bootstrap to correct folder
rm -f anitya/static/bootstrap && \
mv anitya/static/bootstrap-3.3.4-fedora anitya/static/bootstrap && \