mirror of
https://github.com/go-task/task.git
synced 2026-06-24 13:15:51 +00:00
Removed automatic inclusion of Taskfiles by OS and update tests
This commit is contained in:
3
testdata/includes/module1/Taskfile.yml
vendored
3
testdata/includes/module1/Taskfile.yml
vendored
@@ -1,9 +1,10 @@
|
||||
version: '2'
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
gen_dir:
|
||||
cmds:
|
||||
- echo included_directory_without_dir > included_directory_without_dir.txt
|
||||
|
||||
gen_file:
|
||||
cmds:
|
||||
- echo included_taskfile_without_dir > included_taskfile_without_dir.txt
|
||||
|
||||
Reference in New Issue
Block a user