-
- Notifications
You must be signed in to change notification settings - Fork 746
Closed

Description
Task version:
$ task --version Task version: 3.0.0
File to reproduce:
# https://taskfile.dev version: '3' vars: PACKAGES: | alg iterator cache constraints list slices trees testutil tasks: translate: cmds: - cmd : | {{range $i, $line := .PACKAGES | splitLines }}{{ if $line -}} {{ if eq $i 5 }}exit 1 {{ end -}} exit 0 {{ end }}{{ end -}}
Task output:
$ task translate task: exit 0 exit 0 exit 0 exit 0 exit 0 exit 1 exit 0 exit 0 exit 0
Metadata
Metadata
Assignees
Labels
No labels