[release-monitoring] Fix staging build
I forgot about popd, let's fix this now. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
9188925cd2
commit
61731c60f3
1 changed files with 1 additions and 1 deletions
|
@ -78,8 +78,8 @@ items:
|
||||||
{% if env != 'staging' %}
|
{% if env != 'staging' %}
|
||||||
pushd anitya_schema && \
|
pushd anitya_schema && \
|
||||||
pip-3 install . && \
|
pip-3 install . && \
|
||||||
{% endif %}
|
|
||||||
popd && \
|
popd && \
|
||||||
|
{% endif %}
|
||||||
popd && \
|
popd && \
|
||||||
rm -rf anitya
|
rm -rf anitya
|
||||||
# Let's use staging auth server in staging
|
# Let's use staging auth server in staging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue