mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 00:07:39 +08:00
[release-monitoring] Add missing && \ to lines
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
@@ -72,8 +72,8 @@ items:
|
||||
poetry build && \
|
||||
pip-3 install dist/*.whl && \
|
||||
# Move bootstrap to correct folder
|
||||
rm -f anitya/static/bootstrap
|
||||
mv anitya/static/bootstrap-3.3.4-fedora anitya/static/bootstrap
|
||||
rm -f anitya/static/bootstrap && \
|
||||
mv anitya/static/bootstrap-3.3.4-fedora anitya/static/bootstrap && \
|
||||
{% else %}
|
||||
python3 setup.py install && \
|
||||
pip-3 install . && \
|
||||
|
||||
Reference in New Issue
Block a user