[Bug] Global Taskfile with local dotenv file not loading Taskfile variables using USER_WORKING_DIR
path reference
#1629
Labels
state: needs triage
Waiting to be triaged by a maintainer.
With this Taskfile:
And
.env
file:Then running this:
Should print:
task: [build] echo value = testABC123 value = testABC123
But prints:
task: [build] echo value = value =
This is not a blocker as we can still use script variables (instead of Taskfile variables):
But it is not ideal as it prints:
We would like to see task output with variable values replaced in the script like below:
task: [build] echo value = testABC123 value = testABC123
Task Version Output:
The text was updated successfully, but these errors were encountered: