1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +02:00
task/testdata/error_code/Taskfile.yml

11 lines
101 B
YAML
Raw Normal View History

2022-06-02 16:39:28 +02:00
version: '3'
tasks:
2023-07-19 23:08:22 +00:00
direct:
2022-06-02 16:39:28 +02:00
cmds:
- exit 42
2023-07-19 23:08:22 +00:00
indirect:
cmds:
- task: direct