mirror of
https://github.com/go-task/task.git
synced 2026-07-02 08:58:41 +00:00
Added ability to add environment variables per task
Add an anv section to the task
This commit is contained in:
5
cmd/task/Taskfile.yml
Normal file
5
cmd/task/Taskfile.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
build:
|
||||
cmds:
|
||||
- echo $hallo
|
||||
env:
|
||||
hallo: welt
|
||||
Reference in New Issue
Block a user