release-monitoring: Debug issue with Anitya on staging

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-01-15 14:20:44 +01:00
parent 8e390f631f
commit 6b29d5b475

View file

@ -64,8 +64,9 @@ items:
pushd anitya_schema && \
pip-3 install . && \
popd && \
popd && \
rm -rf anitya
popd
# 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