release-monitoring: Fix comments in Dockerfile

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-01-15 14:32:01 +01:00
parent 6b29d5b475
commit 5ffa45dad0

View file

@ -65,8 +65,8 @@ items:
pip-3 install . && \
popd && \
popd
# popd && \
# rm -rf anitya
# 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/lib/python3.8/site-packages/social_core/backends/fedora.py