mirror of
https://github.com/go-task/task.git
synced 2025-12-28 00:33:47 +02:00
10 lines
206 B
YAML
10 lines
206 B
YAML
|
|
version: '3'
|
||
|
|
|
||
|
|
includes:
|
||
|
|
third-with-dir-1:
|
||
|
|
taskfile: "{{.INCLUDE_ROOT}}/child-taskfile3.yml"
|
||
|
|
dir: ./dir-1
|
||
|
|
third-with-dir-2:
|
||
|
|
taskfile: "{{.INCLUDE_ROOT}}/child-taskfile3.yml"
|
||
|
|
dir: ./dir-2
|