[release-monitoring] Clean up after debugging

The deployment on staging is now working as it should. We can uncomment the
lines that were commented out for debugging.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-09-27 18:03:45 +02:00
parent 525fccac1c
commit 24fdee43d5

View file

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