[release-monitoring] Fix syntax error in buildconfig
The ansible playbook failad when converting template. I think the comments are to blame. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
595568964f
commit
9d1d1252f7
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ items:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
pip-3 install . && \
|
pip-3 install . && \
|
||||||
popd
|
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