mirror of
https://github.com/go-task/task.git
synced 2025-04-04 22:24:25 +02:00
9 lines
189 B
YAML
9 lines
189 B
YAML
|
version: '3'
|
||
|
|
||
|
includes:
|
||
|
second-no-dir:
|
||
|
taskfile: "{{.INCLUDE_ROOT}}/child-taskfile2.yml"
|
||
|
second-with-dir-1:
|
||
|
taskfile: "{{.INCLUDE_ROOT}}/child-taskfile2.yml"
|
||
|
dir: ./dir-1
|