Skip to content

Commit

Permalink
remove debug lines
Browse files Browse the repository at this point in the history
Signed-off-by: Nianyu Shen <[email protected]>
  • Loading branch information
nianyush committed Sep 23, 2024
1 parent fd9f814 commit 315b756
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions earthly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 315b756

Please sign in to comment.