1
0
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:
Marco Molteni
2019-06-04 18:36:35 +02:00
parent 81baf808c9
commit 1e93c38307
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,8 @@
version: '2'
tasks:
whereami:
dir: exists
cmds:
- pwd
silent: true

View File