1
0
mirror of https://github.com/go-task/task.git synced 2025-01-18 04:59:01 +02:00
task/testdata/vars
Andrey Nering e8e914b11c use YAML for dynamix variable instead of $ prefix
$ prefix still works but is now deprecated

before:

    VAR: $echo var

after:

    VAR:
      sh: echo bar

closes #46
2017-07-15 15:28:59 -03:00
..
.gitignore Write tests for variables 2017-03-25 10:51:30 -03:00
Taskfile.yml use YAML for dynamix variable instead of $ prefix 2017-07-15 15:28:59 -03:00
Taskvars.yml use YAML for dynamix variable instead of $ prefix 2017-07-15 15:28:59 -03:00