release-monitoring: Let's check if we are really using outdated branch

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-01-20 12:57:20 +01:00
parent d7ac247f6b
commit 383b26eb4f

View file

@ -70,6 +70,8 @@ items:
{% 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
{% endif %} {% endif %}
# Let's see if we are using correct data
RUN echo $(ls -l /usr/local/lib/python3.8/site-packages/anitya/db/migrations/versions/)
RUN mkdir /httpdir RUN mkdir /httpdir
RUN chmod 777 /httpdir RUN chmod 777 /httpdir
EXPOSE 8080 EXPOSE 8080