diff --git a/earthly.sh b/earthly.sh index 0596889..0565dbd 100755 --- a/earthly.sh +++ b/earthly.sh @@ -75,8 +75,7 @@ if ! docker run --rm --privileged $ALPINE_IMG sh -c 'echo "Privileged container exit 1 fi if [ -z "$HTTP_PROXY" ] && [ -z "$HTTPS_PROXY"]; then - # build_without_proxy "$@" - build_with_proxy "$@" + build_without_proxy "$@" else build_with_proxy "$@" fi