1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00
Files
task/testdata/included_taskfile_var_merging/bar/Taskfile.yaml
2024-05-12 20:32:09 +01:00

12 lines
116 B
YAML

version: "3"
vars:
DIR: bar
tasks:
pwd:
dir: ./{{ .DIR }}
cmds:
- echo "{{ .DIR }}"
- pwd