#378 - allow for missing env files as they may be bootstrapped.

This commit is contained in:
Chris Garrett
2020-10-03 16:39:58 -06:00
parent ce4ac97269
commit c6138a0660
5 changed files with 30 additions and 31 deletions

8
testdata/dotenv/default/Taskfile.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
version: '3'
dotenv: ['../include1/.env', '../include1/envs/.env']
tasks:
default:
cmds:
- echo "INCLUDE1='$INCLUDE1' INCLUDE2='$INCLUDE2'" > include.txt