1
0
mirror of https://github.com/go-task/task.git synced 2025-02-07 13:41:53 +02:00
task/testdata/status/Taskfile.yml

19 lines
233 B
YAML
Raw Normal View History

version: '3'
2019-08-18 17:37:21 +02:00
tasks:
gen-foo:
cmds:
- touch foo.txt
sources:
- ./foo.txt
2019-08-18 17:37:21 +02:00
status:
- test 1 = 0
gen-bar:
cmds:
- touch bar.txt
sources:
- ./bar.txt
status:
- test 1 = 1