Try to format this correctly.

This commit is contained in:
Ralph Bean 2017-10-25 00:34:44 +00:00
parent d5b7f9c993
commit 1f77e50178

View file

@ -14,7 +14,7 @@
{% if deployment_type in ['stg', 'prod'] %} {% if deployment_type in ['stg', 'prod'] %}
$in: ${critpath_pkgs} $in: ${critpath_pkgs}
{% endif %} {% endif %}
$nin: {{ trigger_abicheck_blacklist }} $nin: [{{ trigger_abicheck_blacklist | join(',') }}]
do: do:
- {tasks: [abicheck]} - {tasks: [abicheck]}