[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:
Michal Konečný 2022-06-20 18:36:09 +02:00
parent 9188925cd2
commit 61731c60f3

View file

@ -78,8 +78,8 @@ items:
{% if env != 'staging' %}
pushd anitya_schema && \
pip-3 install . && \
{% endif %}
popd && \
{% endif %}
popd && \
rm -rf anitya
# Let's use staging auth server in staging