release-monitoring: Fix social_auth_core path on F34
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
85aa736050
commit
9372e44eb8
1 changed files with 1 additions and 1 deletions
|
@ -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/lib/python3.8/site-packages/social_core/backends/fedora.py
|
||||
RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/lib/python3.9/site-packages/social_core/backends/fedora.py
|
||||
{% endif %}
|
||||
RUN mkdir /httpdir
|
||||
RUN chmod 777 /httpdir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue