[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 && \
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue