1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00
Files
task/testdata/error_code/Taskfile.yml

11 lines
101 B
YAML
Raw Permalink 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