Ignore whitespace at periodic flag

We were going to always evaluate it to false, there were a whitespace
after expanding the jinja template.

Change-Id: I37f9f8a99584fcbdfc5f937baf755eb12045e18e
This commit is contained in:
Quique Llorente 2018-10-05 12:56:56 +02:00
parent 19172abff6
commit b0647a3926
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ featureset_conf: >-
periodic: >-
{% if 'periodic' in zuul.pipeline -%}
true
{% else %}
{%- else -%}
false
{%- endif %}