dugajean / goke

Go + Make = Goke
GNU General Public License v3.0
13 stars 2 forks source link

local environment variables per task is configured #18

Closed samthom closed 2 years ago

samthom commented 2 years ago

Added env key for tasks, added env parsing to parseTasks() and refactored the whole parsing and setting of env variables to a different method setEnvVariables().

Edited goke.yml to add the new task specific environment variables.

fixes https://github.com/dugajean/goke/issues/9