Files
task/testdata/status/Taskfile.yml
2021-04-21 21:56:25 +09:00

19 lines
233 B
YAML

version: '3'
tasks:
gen-foo:
cmds:
- touch foo.txt
sources:
- ./foo.txt
status:
- test 1 = 0
gen-bar:
cmds:
- touch bar.txt
sources:
- ./bar.txt
status:
- test 1 = 1