mirror of
https://github.com/go-task/task.git
synced 2025-07-17 01:43:07 +02:00
fix: make sure USER_WORKING_DIR works corrently with includes (#1309)
Closes #1046 Closes #1205 Closes #1250 Closes #1293 Closes #1274 Closes #1309 Closes #1312 Co-authored-by: Marcus Spading <ms@fragmentum.net>
This commit is contained in:
8
testdata/user_working_dir_with_includes/included/Taskfile.yml
vendored
Normal file
8
testdata/user_working_dir_with_includes/included/Taskfile.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
echo:
|
||||
dir: '{{.USER_WORKING_DIR}}'
|
||||
cmds:
|
||||
- pwd
|
||||
silent: true
|
Reference in New Issue
Block a user