1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

remove v1

This commit is contained in:
jaedle
2019-08-18 17:37:21 +02:00
parent c47c15ee47
commit 0f385f9f4e
17 changed files with 186 additions and 457 deletions

View File

@@ -1,5 +1,8 @@
gen-foo:
cmds:
- touch foo.txt
status:
- test -f foo.txt
version: '2'
tasks:
gen-foo:
cmds:
- touch foo.txt
status:
- test -f foo.txt