mirror of
https://github.com/go-task/task.git
synced 2025-06-17 00:17:51 +02:00
fix: includes interpolation test
This commit is contained in:
9
testdata/includes_interpolation/include_with_dir/Taskfile.yml
vendored
Normal file
9
testdata/includes_interpolation/include_with_dir/Taskfile.yml
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
version: "3"
|
||||
|
||||
vars:
|
||||
MODULE_NAME: included
|
||||
|
||||
includes:
|
||||
include-with-dir:
|
||||
taskfile: '../{{.MODULE_NAME}}/Taskfile.yml'
|
||||
dir: '../{{.MODULE_NAME}}'
|
Reference in New Issue
Block a user