[release-monitoring] Use correct path to copy symlink from
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
ce61b702b4
commit
cbd75b0d67
1 changed files with 1 additions and 1 deletions
|
@ -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 . && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue