mirror of
https://github.com/go-task/task.git
synced 2025-01-26 05:27:15 +02: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
|