[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:
parent
cbd75b0d67
commit
1ec94dbea3
1 changed files with 3 additions and 2 deletions
|
@ -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 . && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue