Added no_proxy to filtered env
This commit is contained in:
parent
b4d43e950f
commit
25f65c1a13
2
bin/brew
2
bin/brew
@ -67,7 +67,7 @@ then
|
||||
FILTERED_ENV=()
|
||||
# Filter all but the specific variables.
|
||||
for VAR in HOME SHELL PATH TERM LOGNAME USER CI TRAVIS SSH_AUTH_SOCK SUDO_ASKPASS \
|
||||
http_proxy https_proxy ftp_proxy HTTPS_PROXY FTP_PROXY \
|
||||
http_proxy https_proxy ftp_proxy no_proxy HTTPS_PROXY FTP_PROXY \
|
||||
"${!HOMEBREW_@}" "${!TRAVIS_@}" "${!JENKINS_@}"
|
||||
do
|
||||
# Skip if variable value is empty.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user