We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60fc89 commit 81342a7Copy full SHA for 81342a7
start.sh
@@ -66,6 +66,9 @@ cd $WORKING_DIRECTORY
66
git config --global advice.detachedhead false
67
git config --global credential.helper "/bin/sh -c 'echo username=$USERNAME; echo password=$PASSWORD'"
68
69
+set +e
70
+git config --global --unset http.proxy
71
+set -e
72
if [ "$USE_PROXY" = "true" ]; then
73
if [ -n "$HTTP_PROXY" ]; then
74
echo "Using HTTP_PROXY"
0 commit comments