mirror of
https://github.com/go-task/task.git
synced 2025-07-17 01:43:07 +02:00
Run Taskfiles from sub/child directories (#920)
This commit is contained in:
7
testdata/user_working_dir/Taskfile.yml
vendored
Normal file
7
testdata/user_working_dir/Taskfile.yml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
default:
|
||||
cmds:
|
||||
- echo '{{.USER_WORKING_DIR}}'
|
||||
silent: true
|
Reference in New Issue
Block a user