mirror of
https://github.com/go-task/task.git
synced 2024-12-14 10:52:43 +02:00
08265ed1d7
Closes #453 Closes #434 Ref #433 Co-authored-by: Andrey Nering <andrey@nering.com.br>
12 lines
148 B
YAML
12 lines
148 B
YAML
version: "3"
|
|
|
|
env:
|
|
LOCAL_ENV: testing
|
|
|
|
dotenv: [".env.{{.LOCAL_ENV}}"]
|
|
|
|
tasks:
|
|
default:
|
|
cmds:
|
|
- echo "VAR='$VAR_IN_DOTENV'" > var.txt
|