Skip to content

Commit 81342a7

Browse files
initial unset
1 parent f60fc89 commit 81342a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

start.sh

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

69+
set +e
70+
git config --global --unset http.proxy
71+
set -e
6972
if [ "$USE_PROXY" = "true" ]; then
7073
if [ -n "$HTTP_PROXY" ]; then
7174
echo "Using HTTP_PROXY"

0 commit comments

Comments
 (0)