mirror of
https://github.com/go-task/task.git
synced 2026-06-28 23:24:25 +00:00
Fix bug in includes where default taskfiles were not being checked.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
version: '3'
|
||||
|
||||
includes:
|
||||
'two': ./two/Taskfile.yml
|
||||
'two': ./two/
|
||||
|
||||
tasks:
|
||||
level1:
|
||||
cmds:
|
||||
- echo "hello level 1"
|
||||
default: echo one > called_one.txt
|
||||
Reference in New Issue
Block a user