1
0
mirror of https://github.com/go-task/task.git synced 2025-01-20 04:59:37 +02:00
task/testdata/includes/Taskfile2.yml
Andrey Nering 5eb1a1f7f5 Fixes to Taskfile including:
- Disallow recursive Taskfile including (i.e. included Taskfile including other Taskfiles)
- Write test for included a file instead of a directory
2018-10-13 17:52:09 -03:00

7 lines
93 B
YAML

version: '2'
tasks:
gen:
cmds:
- echo included_taskfile > included_taskfile.txt