Files
task/testdata/dotenv/missing_env/Taskfile.yml

9 lines
131 B
YAML
Raw Permalink Normal View History

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