1
0
mirror of https://github.com/go-task/task.git synced 2025-02-07 13:41:53 +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