1
0
mirror of https://github.com/go-task/task.git synced 2026-06-19 22:15:04 +02:00
Files
task/testdata/status/Taskfile.yml
T
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