Revert "diagnostic: also don't check Jenkins core branch."

This reverts commit db41f9d1182ff8c4c3b42b458e38d5c58b496ffb.
This commit is contained in:
ilovezfs 2017-08-26 10:13:43 -07:00 committed by Ben Muschol
parent db41f9d118
commit 6fab5b0976

View File

@ -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}