Revert "diagnostic: also don't check Jenkins core branch."
This reverts commit db41f9d1182ff8c4c3b42b458e38d5c58b496ffb.
This commit is contained in:
parent
db41f9d118
commit
6fab5b0976
@ -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}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user