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:
Michal Konečný 2021-07-21 14:56:42 +02:00
parent 786641df6f
commit 460c9c01cd

View file

@ -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