1
0
mirror of https://github.com/go-task/task.git synced 2025-11-25 22:32:55 +02:00
Files
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