1
0
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:
Andrey Nering 2018-03-04 16:20:26 -03:00
parent 7c02097d93
commit 4f368923a5
2 changed files with 51 additions and 46 deletions

View File

@ -1,3 +1,6 @@
version: '2'
tasks:
# compiles current source code and make "task" executable available on
# $GOPATH/bin/task{.exe}
install:

View File

@ -1,6 +1,8 @@
version: '2'
vars:
NESTED2: "{{.NESTED1}}-TaskfileVars"
tasks:
default:
deps: [hello]