1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
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"