release-monitoring: Indent comment to be part of the Dockerfile

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2020-12-16 12:00:37 +01:00
parent 213a8bd4d4
commit ea61607f30

View file

@ -66,7 +66,7 @@ items:
popd && \
popd && \
rm -rf anitya
# Let's use staging auth server in staging
# Let's use staging auth server in staging
{% if env == 'staging' %}
RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/lib/python3.8/site-packages/social_core/backends/fedora.py
{% endif %}