mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 19:30:14 +02:00
Remove errors in old git versions
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user