1
0
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:
Marco Molteni
2019-06-04 18:58:22 +02:00
parent 1e93c38307
commit c663c5c507
3 changed files with 43 additions and 0 deletions

View File

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