T
Task10mo ago
Leon

Referencing parent tasks

Hi, how can I reference parent tasks from the included taskfile?
Solution:
Hi @Leon, It is as simple as prepending : when calling the task: ```yaml...
Jump to solution
2 Replies
Solution
andreynering
andreynering10mo ago
Hi @Leon, It is as simple as prepending : when calling the task:
cmds:
- task: :root-taskfile-name
cmds:
- task: :root-taskfile-name
Leon
LeonOP10mo ago
Ha! I didn't see this in the user guide Awesome

Did you find this page helpful?