aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorilovezfs2017-08-26 10:13:43 -0700
committerBen Muschol2017-09-18 14:49:10 -0400
commit6fab5b0976addc7e8e772d86070358a55a38d281 (patch)
tree6fa6e636538f0043f32190d4d90f2757825bdf05 /Library
parentdb41f9d1182ff8c4c3b42b458e38d5c58b496ffb (diff)
downloadbrew-6fab5b0976addc7e8e772d86070358a55a38d281.tar.bz2
Revert "diagnostic: also don't check Jenkins core branch."
This reverts commit db41f9d1182ff8c4c3b42b458e38d5c58b496ffb.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/diagnostic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb
index ef9f06569..3d3c5e5dc 100644
--- a/Library/Homebrew/diagnostic.rb
+++ b/Library/Homebrew/diagnostic.rb
@@ -786,7 +786,7 @@ module Homebrew
EOS
end
- return if ENV["CI"] || ENV["JENKINS_HOME"]
+ return if ENV["CI"]
head = coretap_path.git_head
return if head.nil? || head =~ %r{refs/heads/master}