Revert "bin/brew: Pass CIRCLECI environment variable"
This reverts commit 64a95435814632a7d71d5a77157c40259a6acf8d. Use HOMEBREW_CIRCLECI rather than CIRCLECI. See https://github.com/Homebrew/brew/pull/5402
This commit is contained in:
		
							parent
							
								
									a4eaae367b
								
							
						
					
					
						commit
						8278e6156f
					
				
							
								
								
									
										2
									
								
								bin/brew
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								bin/brew
									
									
									
									
									
								
							@ -72,7 +72,7 @@ then
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  FILTERED_ENV=()
 | 
					  FILTERED_ENV=()
 | 
				
			||||||
  # Filter all but the specific variables.
 | 
					  # 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 \
 | 
					             http_proxy https_proxy ftp_proxy no_proxy all_proxy HTTPS_PROXY FTP_PROXY ALL_PROXY \
 | 
				
			||||||
             "${!HOMEBREW_@}" "${!TRAVIS_@}"
 | 
					             "${!HOMEBREW_@}" "${!TRAVIS_@}"
 | 
				
			||||||
  do
 | 
					  do
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user