From 5c0632b75203969740aaf6d0195aaacfb8f3346a Mon Sep 17 00:00:00 2001 From: ksieuk Date: Sun, 8 Oct 2023 19:52:45 +0300 Subject: [PATCH] Revert "fix(temp): [#8] import .env variables" This reverts commit 8e5af23ee57252e3e0c1fdbd7ca441954ba9c793. --- src/template/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/template/Makefile b/src/template/Makefile index 02e842f..65b78c6 100644 --- a/src/template/Makefile +++ b/src/template/Makefile @@ -2,10 +2,6 @@ include ../../common_makefile.mk PROJECT_FOLDERS = bin lib tests -ENV_FILE = .env - -include $(ENV_FILE) -export $(shell sed 's/=.*//' $(ENV_FILE)) .PHONY: test test: