The {{.USER_WORKING_DIR}} changes in task of a included TaskFiles

No description
4 Replies
andreynering
andreynering3y ago
Hi @teco, Can you give more information? Which OS are you using? Which Task version? Can you paste an example Taskfile that shows the issue?
Angel Alfaro
Angel AlfaroOP3y ago
No description
No description
No description
Angel Alfaro
Angel AlfaroOP3y ago
just a little update this issue occurs when the included TaskFiles had this configuration
version: '3'

includes:
git:
taskfile: ./Tasfile.git.yml
version: '3'

includes:
git:
taskfile: ./Tasfile.git.yml
with this one, not happend
version: '3'

includes:
git: ./Taskfile.git.yml
version: '3'

includes:
git: ./Taskfile.git.yml
andreynering
andreynering3y ago
GitHub
fix: make sure USER_WORKING_DIR works corrently with includes by an...
Closes #1046 Closes #1205 Closes #1250 Closes #1293 Closes #1274

Did you find this page helpful?