mirror of
https://github.com/go-task/task.git
synced 2025-01-08 04:04:08 +02:00
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
|