[release-monitoring] Let's uninstall the package before installing it again

It seems that the package isn't replaced with the newer build, let's remove it
first and see if this will help.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-09-27 17:32:02 +02:00
parent 1de6caa039
commit 1813618ff5

View file

@ -69,6 +69,8 @@ items:
cp -r _build/html/* ../anitya/static/docs/ && \
popd && \
{% if env == 'staging' %}
# Uninstall the existing anitya installation first
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 && \