mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
When "dir:" attribute points to a non-existing dir, create it
Closes #209
This commit is contained in:
8
testdata/dir/explicit_doesnt_exist/Taskfile.yml
vendored
Normal file
8
testdata/dir/explicit_doesnt_exist/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '2'
|
||||
|
||||
tasks:
|
||||
whereami:
|
||||
dir: createme
|
||||
cmds:
|
||||
- pwd
|
||||
silent: true
|
Reference in New Issue
Block a user