release-monitoring: Remove debug information
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
5ffa45dad0
commit
4ad5c162b6
1 changed files with 2 additions and 3 deletions
|
@ -64,9 +64,8 @@ items:
|
||||||
pushd anitya_schema && \
|
pushd anitya_schema && \
|
||||||
pip-3 install . && \
|
pip-3 install . && \
|
||||||
popd && \
|
popd && \
|
||||||
popd
|
popd && \
|
||||||
# popd && \
|
rm -rf anitya
|
||||||
# rm -rf anitya
|
|
||||||
# Let's use staging auth server in staging
|
# Let's use staging auth server in staging
|
||||||
{% if env == '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
|
RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/lib/python3.8/site-packages/social_core/backends/fedora.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue