1
0
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:
Pete Davison
2023-09-06 00:18:30 +00:00
parent 6b3f8e29bb
commit 6ecfb634d2
4 changed files with 19 additions and 13 deletions

View File

@ -0,0 +1,9 @@
version: "3"
vars:
MODULE_NAME: included
includes:
include-with-dir:
taskfile: '../{{.MODULE_NAME}}/Taskfile.yml'
dir: '../{{.MODULE_NAME}}'