mirror of
https://github.com/go-task/task.git
synced 2026-06-29 15:44:30 +00:00
Fix bug in includes where default taskfiles were not being checked.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
version: '3'
|
||||
|
||||
includes:
|
||||
'three': ./three/Taskfile.yml
|
||||
|
||||
tasks:
|
||||
default:
|
||||
cmds:
|
||||
- echo "called_dep" > called_dep.txt
|
||||
default: echo two > called_two.txt
|
||||
|
||||
Reference in New Issue
Block a user