mirror of
https://github.com/go-task/task.git
synced 2024-12-14 10:52:43 +02:00
ac8e344173
Without this, multiline command strings won't always exit when they fail. Closes #403
7 lines
89 B
YAML
7 lines
89 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
default: |
|
|
this_should_fail
|
|
echo "This shoudn't be print"
|