release-monitoring: Comment out the offending line
This is only temporary workaround to check where the file will be located. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
786641df6f
commit
460c9c01cd
1 changed files with 3 additions and 3 deletions
|
@ -81,9 +81,9 @@ items:
|
|||
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/local/lib/python3.9/site-packages/social_core/backends/fedora.py
|
||||
{% endif %}
|
||||
#{% if env == 'staging' %}
|
||||
# RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/local/lib/python3.9/site-packages/social_core/backends/fedora.py
|
||||
#{% endif %}
|
||||
RUN mkdir /httpdir
|
||||
RUN chmod 777 /httpdir
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue