mirror of
https://github.com/go-task/task.git
synced 2026-06-29 07:34:18 +00:00
Move circular include logic to a separate function
This commit is contained in:
@@ -4,6 +4,6 @@ includes:
|
||||
'two': ./two/Taskfile.yml
|
||||
|
||||
tasks:
|
||||
level2:
|
||||
level1:
|
||||
cmds:
|
||||
- echo "hello level 2"
|
||||
- echo "hello level 1"
|
||||
@@ -1,6 +1,6 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
level3:
|
||||
default:
|
||||
cmds:
|
||||
- echo "hello level 3"
|
||||
- echo "called_dep" > called_dep.txt
|
||||
Reference in New Issue
Block a user