Skip to content
Snippets Groups Projects
Commit f545d6a5 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Remove Fedora support from manilla-data"

parents 7d040307 8cfd040e
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }} ...@@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
{% import "macros.j2" as macros with context %} {% import "macros.j2" as macros with context %}
{% if install_type == 'binary' %} {% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %} {% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
&& /bin/false && /bin/false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment