[release-monitoring] Move bootstrap fedora to correct folder

Move fedora bootstrap package to correct folder that is used by Anitya
deployment. We first need to remove symlink, which is not being included inside
wheel package.

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

View file

@ -71,8 +71,9 @@ items:
{% if env == 'staging' %}
poetry build && \
pip-3 install dist/*.whl && \
# Copy the symlink, it's not part of wheel
cp anitya/static/bootstrap /usr/local/lib/python3.10/site-packages/anitya/static/
# Move bootstrap to correct folder
rm -f anitya/static/bootstrap
mv anitya/static/bootstrap-3.3.4-fedora anitya/static/bootstrap
{% else %}
python3 setup.py install && \
pip-3 install . && \