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