Andrey Nering
|
ce27e973be
|
hotpath for a blank variable template
|
2017-07-15 15:38:57 -03:00 |
|
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 |
|
Andrey Nering
|
5268df6bfd
|
only get variable map twice and implement vars template
ref #40
|
2017-07-08 16:00:17 -03:00 |
|
Andrey Nering
|
82e1c0f810
|
refactor: functions reorder (higher level first)
|
2017-07-08 15:13:27 -03:00 |
|
Andrey Nering
|
082fa321cb
|
rename 2 files
- read_taskfile.go -> taskfile.go
- variable_handling.go -> variables.go
|
2017-07-08 14:58:43 -03:00 |
|