Files
task/testdata/exit_immediately/Taskfile.yml
Andrey Nering ac8e344173 Run "set -e" automatically for every command
Without this, multiline command strings won't always exit when they fail.

Closes #403
2020-12-27 17:15:12 -03:00

7 lines
89 B
YAML

version: '3'
tasks:
default: |
this_should_fail
echo "This shoudn't be print"