[release-monitoring] Add missing && \
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
995e424760
commit
d0022876d5
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ items:
|
||||||
popd && \
|
popd && \
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
# Uninstall the existing anitya installation first
|
# Uninstall the existing anitya installation first
|
||||||
pip-3 uninstall anitya
|
pip-3 uninstall anitya && \
|
||||||
# Move bootstrap to correct folder
|
# Move bootstrap to correct folder
|
||||||
rm -f anitya/static/bootstrap && \
|
rm -f anitya/static/bootstrap && \
|
||||||
mv anitya/static/bootstrap-3.3.4-fedora anitya/static/bootstrap && \
|
mv anitya/static/bootstrap-3.3.4-fedora anitya/static/bootstrap && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue