release-monitoring: Use the correct comment style

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

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