mirror of
https://github.com/go-task/task.git
synced 2026-06-23 20:55:52 +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
|
||||
|
||||
4
testdata/includes_multi_level/one/two/three/Taskfile.yml
vendored
Normal file
4
testdata/includes_multi_level/one/two/three/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
default: echo three > called_three.txt
|
||||
Reference in New Issue
Block a user