Try to format this correctly.
This commit is contained in:
parent
d5b7f9c993
commit
1f77e50178
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
{% if deployment_type in ['stg', 'prod'] %}
|
||||
$in: ${critpath_pkgs}
|
||||
{% endif %}
|
||||
$nin: {{ trigger_abicheck_blacklist }}
|
||||
$nin: [{{ trigger_abicheck_blacklist | join(',') }}]
|
||||
do:
|
||||
- {tasks: [abicheck]}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue