Make sure bodhi-web on stage uses most recent version
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
71ba57ec5d
commit
b443962b18
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraprojec
|
|||
# While dnf has a --nodocs, it doesen't have a --docs...
|
||||
RUN sed -i '/nodocs/d' /etc/dnf/dnf.conf
|
||||
{% if env == "staging" %}
|
||||
RUN dnf install -y bodhi-server bodhi-docs python3-pyramid_sawing python3-gunicorn
|
||||
RUN dnf install -y bodhi-server bodhi-docs python3-pyramid_sawing python3-gunicorn --refresh
|
||||
{% else %}
|
||||
RUN dnf install -y bodhi-server-{{bodhi_version}} bodhi-docs-{{bodhi_version}} python3-pyramid_sawing python3-gunicorn
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue