mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 06:05:08 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user