1
0
mirror of https://github.com/go-task/task.git synced 2026-01-01 00:40:48 +02:00
Files
task/testdata/dotenv/default/Taskfile.yml

9 lines
168 B
YAML
Raw Permalink Normal View History

2020-08-03 16:18:38 -06:00
version: '3'
dotenv: ['../include1/.env', '../include1/envs/.env']
2020-08-03 16:18:38 -06:00
tasks:
default:
cmds:
- echo "INCLUDE1='$INCLUDE1' INCLUDE2='$INCLUDE2'" > include.txt