release-monitoring: Don't comment jinja templates
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
1ae9d15635
commit
4f0bfdaf60
1 changed files with 2 additions and 2 deletions
|
@ -81,9 +81,9 @@ items:
|
||||||
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/local/lib/python3.9/site-packages/social_core/backends/fedora.py
|
# RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/local/lib/python3.9/site-packages/social_core/backends/fedora.py
|
||||||
#{% endif %}
|
{% endif %}
|
||||||
RUN mkdir /httpdir
|
RUN mkdir /httpdir
|
||||||
RUN chmod 777 /httpdir
|
RUN chmod 777 /httpdir
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue