release-monitoring: Use the correct path for fedora backend

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-07-21 16:12:56 +02:00
parent f8e8989edf
commit b4974fe2db

View file

@ -82,7 +82,7 @@ items:
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/local/lib/python3.9/site-packages/social_auth_core-4.1.0-py3.9.egg/social_core
RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/local/lib/python3.9/site-packages/social_auth_core-4.1.0-py3.9.egg/social_core/backends/fedora.py
{% endif %}
RUN mkdir /httpdir
RUN chmod 777 /httpdir