Revert "diagnostic: also don't check Jenkins core branch."
This reverts commit db41f9d1182ff8c4c3b42b458e38d5c58b496ffb.
This commit is contained in:
parent
db41f9d118
commit
b1e0998f58
@ -786,7 +786,7 @@ module Homebrew
|
|||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
return if ENV["CI"] || ENV["JENKINS_HOME"]
|
return if ENV["CI"]
|
||||||
head = coretap_path.git_head
|
head = coretap_path.git_head
|
||||||
return if head.nil? || head =~ %r{refs/heads/master}
|
return if head.nil? || head =~ %r{refs/heads/master}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user