Fix syntax error
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
66ebcb1ea2
commit
91f6c08d80
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
FROM fedora:32
|
FROM fedora:32
|
||||||
RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/fedora-infra-tags.repo
|
RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/fedora-infra-tags.repo
|
||||||
env == "staging" %}
|
{% if env == "staging" %}
|
||||||
RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/fedora-infra-tags-stg.repo
|
RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/infra/ansible/files/common/fedora-infra-tags-stg.repo
|
||||||
RUN curl -o /etc/yum.repos.d/fedora-updates-testing.repo https://src.fedoraproject.org/rpms/fedora-repos/raw/master/f/fedora-updates-testing.repo
|
RUN curl -o /etc/yum.repos.d/fedora-updates-testing.repo https://src.fedoraproject.org/rpms/fedora-repos/raw/master/f/fedora-updates-testing.repo
|
||||||
if %}
|
{% endif %}
|
||||||
RUN dnf install -y \
|
RUN dnf install -y \
|
||||||
env == "staging" %}
|
{% if env == "staging" %}
|
||||||
--enablerepo=updates-testing \
|
--enablerepo=updates-testing \
|
||||||
if %}
|
{% endif %}
|
||||||
ipsilon \
|
ipsilon \
|
||||||
ipsilon-openid \
|
ipsilon-openid \
|
||||||
ipsilon-saml2 \
|
ipsilon-saml2 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue