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:
parent
d7ac247f6b
commit
383b26eb4f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue