1
0
mirror of https://github.com/go-task/task.git synced 2026-05-04 20:14:03 +02:00
Files
task/testdata/dir/explicit_doesnt_exist/Taskfile.yml
T
2019-06-04 18:58:22 +02:00

9 lines
90 B
YAML

version: '2'
tasks:
whereami:
dir: createme
cmds:
- pwd
silent: true