release-monitoring: Remove debug information

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-01-15 14:45:37 +01:00
parent 5ffa45dad0
commit 4ad5c162b6

View file

@ -64,9 +64,8 @@ items:
pushd anitya_schema && \
pip-3 install . && \
popd && \
popd
# popd && \
# rm -rf anitya
popd && \
rm -rf anitya
# Let's use staging auth server in staging
{% if env == 'staging' %}
RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/lib/python3.8/site-packages/social_core/backends/fedora.py