Remove errors in old git versions

This commit is contained in:
Martin Lablans 2022-11-04 16:12:24 +01:00
parent 8c18426d28
commit ceda942731
1 changed files with 0 additions and 5 deletions

View File

@ -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 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 HOST=$(hostname -f)
export PRODUCTION="false";
if [ "$(git branch --show-current)" == "main" ]; then
export PRODUCTION="true";
fi