[release-monitoring] Add missing && \ to lines
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
1ec94dbea3
commit
98266d2afa
1 changed files with 2 additions and 2 deletions
|
@ -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 . && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue