mirror of
https://github.com/go-task/task.git
synced 2025-03-03 14:52:13 +02:00
Upgrade own Taskfile to version 2
This commit is contained in:
parent
7c02097d93
commit
4f368923a5
@ -1,3 +1,6 @@
|
||||
version: '2'
|
||||
|
||||
tasks:
|
||||
# compiles current source code and make "task" executable available on
|
||||
# $GOPATH/bin/task{.exe}
|
||||
install:
|
||||
|
2
testdata/vars/v2/Taskfile.yml
vendored
2
testdata/vars/v2/Taskfile.yml
vendored
@ -1,6 +1,8 @@
|
||||
version: '2'
|
||||
|
||||
vars:
|
||||
NESTED2: "{{.NESTED1}}-TaskfileVars"
|
||||
|
||||
tasks:
|
||||
default:
|
||||
deps: [hello]
|
||||
|
Loading…
x
Reference in New Issue
Block a user