release-monitoring: Don't comment jinja templates

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-07-21 15:43:38 +02:00
parent 1ae9d15635
commit 4f0bfdaf60

View file

@ -81,9 +81,9 @@ items:
popd && \
rm -rf anitya
# Let's use staging auth server in staging
#{% if env == '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 %}
{% endif %}
RUN mkdir /httpdir
RUN chmod 777 /httpdir
EXPOSE 8080