mirror of
https://github.com/go-task/task.git
synced 2026-06-15 20:01:40 +00:00
13 lines
205 B
YAML
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
|