mirror of https://github.com/samply/bridgehead.git
Remove errors in old git versions
This commit is contained in:
parent
8c18426d28
commit
ceda942731
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue