Merge pull request #222 from balena-io/ab77/patch

ignore .env if it doesn't exist
This commit is contained in:
flowzone-app[bot] 2024-06-10 15:25:03 +00:00 committed by GitHub
commit 19f2691112
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,8 @@ SHELL := bash
# export all variables to child processes by default
export
# Include the .env file
include .env
# include the .env file
-include .env
DNS_TLD ?= $(error DNS_TLD not set)
TMPKI := $(shell mktemp)