1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/testdata/error_code/Taskfile.yml
2023-07-24 21:13:37 -03:00

11 lines
101 B
YAML

version: '3'
tasks:
direct:
cmds:
- exit 42
indirect:
cmds:
- task: direct