From ceda942731361772f88eb4d890cd01a6e32a317e Mon Sep 17 00:00:00 2001 From: Martin Lablans Date: Fri, 4 Nov 2022 16:12:24 +0100 Subject: [PATCH] Remove errors in old git versions --- lib/functions.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/functions.sh b/lib/functions.sh index bceb34a..b308abb 100755 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -134,8 +134,3 @@ fail_and_report() { #export HOSTIP=$(MSYS_NO_PATHCONV=1 docker run --rm --add-host=host.docker.internal:host-gateway ubuntu cat /etc/hosts | grep 'host.docker.internal' | awk '{print $1}'); export HOST=$(hostname -f) - -export PRODUCTION="false"; -if [ "$(git branch --show-current)" == "main" ]; then - export PRODUCTION="true"; -fi