[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:
parent
525fccac1c
commit
24fdee43d5
1 changed files with 2 additions and 3 deletions
|
@ -80,9 +80,8 @@ items:
|
||||||
python3 setup.py install && \
|
python3 setup.py install && \
|
||||||
pip-3 install . && \
|
pip-3 install . && \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
popd
|
popd && \
|
||||||
# popd && \
|
rm -rf anitya
|
||||||
# rm -rf anitya
|
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
# Let's use staging auth server in 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
|
RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/local/lib/python3.10/site-packages/social_core/backends/fedora.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue