Skip to content

Commit 31e6437

Browse files
add echo
1 parent c6eec20 commit 31e6437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

start.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ git config --global advice.detachedhead false
6767
git config --global credential.helper "/bin/sh -c 'echo username=$USERNAME; echo password=$PASSWORD'"
6868

6969
if [ -n "$HTTP_PROXY" ]; then
70+
echo "Using HTTP_PROXY"
7071
git config --global http.proxy "$HTTP_PROXY"
7172
else
7273
if [ -n "$HTTPS_PROXY" ]; then
74+
echo "Using HTTPS_PROXY"
7375
git config --global http.proxy "$HTTPS_PROXY"
7476
fi
7577
fi

0 commit comments

Comments
 (0)