1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Allow calling a task of the root Taskfile from within an included Taskfile

Fixes #161
This commit is contained in:
Andrey Nering
2019-02-02 21:12:57 -02:00
parent 310394aa60
commit 1dec956e99
7 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
version: '2'
includes:
included: Taskfile2.yml
tasks:
root-task:
cmds:
- echo "root task" > root_task.txt