mirror of
https://github.com/go-task/task.git
synced 2025-07-13 01:30:33 +02:00
Task directory: test when "dir:" attribute points to an existing dir
This commit is contained in:
8
testdata/dir/explicit_exists/Taskfile.yml
vendored
Normal file
8
testdata/dir/explicit_exists/Taskfile.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
version: '2'
|
||||
|
||||
tasks:
|
||||
whereami:
|
||||
dir: exists
|
||||
cmds:
|
||||
- pwd
|
||||
silent: true
|
0
testdata/dir/explicit_exists/exists/.keepme
vendored
Normal file
0
testdata/dir/explicit_exists/exists/.keepme
vendored
Normal file
Reference in New Issue
Block a user