trim21
variable for current taskfile?
Is there a variable can be used in taskfile works like
__dirname
in js , which is the directory of current taskfile.yaml
?
for example, when CWD= /home/user/src/project1/internal/
, running task with /home/user/src/project1/taskfile.yaml
, a variable for /home/user/src/project1/
3 replies
encounter a issue that task caching not working anymore.
I have a simple task running just
echo 1
with sources
and generates
. and it's hash in .task/checksum/
doesn't change.
But it never consider up to date
and command always run.
I have same version task on debian and it's ok, but not working as expected on windows
Is this maybe a bug?16 replies