mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 09:43:05 +08:00
[release-monitoring] Use correct path to copy symlink from
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
@@ -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 . && \
|
||||
|
||||
Reference in New Issue
Block a user