mirror of
https://github.com/go-task/task.git
synced 2025-04-15 11:56:34 +02:00
11 lines
136 B
YAML
11 lines
136 B
YAML
|
version: '3'
|
||
|
|
||
|
tasks:
|
||
|
default:
|
||
|
dir: created
|
||
|
cmds:
|
||
|
- echo {{.TASK_DIR}}
|
||
|
vars:
|
||
|
TASK_DIR:
|
||
|
sh: echo $(pwd)
|