Run "set -e" automatically for every command

Without this, multiline command strings won't always exit when they fail.

Closes #403
This commit is contained in:
Andrey Nering
2020-12-27 17:15:12 -03:00
parent 16fad60833
commit ac8e344173
4 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
version: '3'
tasks:
default: |
this_should_fail
echo "This shoudn't be print"