mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
#378 - allow for missing env files as they may be bootstrapped.
This commit is contained in:
8
testdata/dotenv/missing_env/Taskfile.yml
vendored
Normal file
8
testdata/dotenv/missing_env/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '3'
|
||||
|
||||
dotenv: ['.env']
|
||||
|
||||
tasks:
|
||||
default:
|
||||
cmds:
|
||||
- echo "INCLUDE1='$INCLUDE1' INCLUDE2='$INCLUDE2'" > include.txt
|
Reference in New Issue
Block a user