Skip to content

Commit

Permalink
Merge pull request #5404 from sjackman/circleci
Browse files Browse the repository at this point in the history
Revert "bin/brew: Pass CIRCLECI environment variable"
  • Loading branch information
sjackman authored Dec 14, 2018
2 parents a4eaae3 + 8278e61 commit e5df649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/brew
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ then

FILTERED_ENV=()
# Filter all but the specific variables.
for VAR in HOME SHELL PATH TERM COLUMNS LOGNAME USER CI CIRCLECI TRAVIS SSH_AUTH_SOCK SUDO_ASKPASS \
for VAR in HOME SHELL PATH TERM COLUMNS LOGNAME USER CI TRAVIS SSH_AUTH_SOCK SUDO_ASKPASS \
http_proxy https_proxy ftp_proxy no_proxy all_proxy HTTPS_PROXY FTP_PROXY ALL_PROXY \
"${!HOMEBREW_@}" "${!TRAVIS_@}"
do
Expand Down

0 comments on commit e5df649

Please sign in to comment.