dugajean / goke

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

Environment variables per task #19

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 #9