1
0
mirror of https://github.com/go-task/task.git synced 2025-01-26 05:27:15 +02:00
task/testdata/vars/Taskfile.yml
2017-03-25 10:51:30 -03:00

13 lines
205 B
YAML

default:
deps: [hello]
hello:
cmds:
- echo {{.FOO}} > foo.txt
- echo {{.BAR}} > bar.txt
- echo {{.FOO2}} > foo2.txt
- echo {{.BAR2}} > bar2.txt
vars:
FOO: foo
BAR: $echo bar