[release-monitoring] Use correct path to copy symlink from

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

View file

@ -72,7 +72,7 @@ items:
poetry build && \
pip-3 install dist/*.whl && \
# Copy the symlink, it's not part of wheel
cp static/bootstrap /usr/local/lib/python3.10/site-packages/anitya/static/
cp anitya/static/bootstrap /usr/local/lib/python3.10/site-packages/anitya/static/
{% else %}
python3 setup.py install && \
pip-3 install . && \