mirror of
https://github.com/balena-io/open-balena.git
synced 2024-12-20 22:23:10 +00:00
Merge pull request #222 from balena-io/ab77/patch
ignore .env if it doesn't exist
This commit is contained in:
commit
19f2691112
4
Makefile
4
Makefile
@ -3,8 +3,8 @@ SHELL := bash
|
|||||||
# export all variables to child processes by default
|
# export all variables to child processes by default
|
||||||
export
|
export
|
||||||
|
|
||||||
# Include the .env file
|
# include the .env file
|
||||||
include .env
|
-include .env
|
||||||
|
|
||||||
DNS_TLD ?= $(error DNS_TLD not set)
|
DNS_TLD ?= $(error DNS_TLD not set)
|
||||||
TMPKI := $(shell mktemp)
|
TMPKI := $(shell mktemp)
|
||||||
|
Loading…
Reference in New Issue
Block a user