[release-monitoring] Fix the version of social auth
The version of social auth changed and we need to change one file manually for staging redirect. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
61731c60f3
commit
8997bc03d2
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,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.10/site-packages/social_auth_core-4.2.0-py3.10.egg/social_core/backends/fedora.py
|
||||
RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/local/lib/python3.10/site-packages/social_auth_core-4.3.0-py3.10.egg/social_core/backends/fedora.py
|
||||
|
||||
# Hotfix for social_auth-sqlalchemy
|
||||
# Could be removed when we switch to something else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue