-
-
Notifications
You must be signed in to change notification settings - Fork 713
Closed
Labels
area: variablesChanges related to variables.Changes related to variables.state: wontfixThe issue will not be progressed or fixed.The issue will not be progressed or fixed.
Description
- Task version: v3.10.0
- Operating System: Ubuntu
Example Taskfile showing the issue
version: '3'
includes:
action:
taskfile: "{{.HOME}}/common/Taskfile.yml"
I would like to include Taskfile from the home folder but I am getting an error
stat /common/Taskfile.yml: no such file or directory
When I put taskfile: "/home/username/common/Taskfile.yml"
it working correctly it looks like a .HOME
and variables are not resolved in this case
Metadata
Metadata
Assignees
Labels
area: variablesChanges related to variables.Changes related to variables.state: wontfixThe issue will not be progressed or fixed.The issue will not be progressed or fixed.