brew-test-bot: fix pull request URLs.

This commit is contained in:
Mike McQuaid 2014-10-16 22:06:46 +01:00
parent 358fd0ca19
commit f82efb9d76

View File

@ -233,7 +233,10 @@ module Homebrew
end end
# Handle Jenkins pull request builder plugin. # Handle Jenkins pull request builder plugin.
@url = ENV['ghprbPullLink'] if ENV['ghprbPullLink'] if ENV['ghprbPullLink']
@url = ENV['ghprbPullLink']
@hash = nil
end
if no_args? if no_args?
if diff_start_sha1 == diff_end_sha1 or \ if diff_start_sha1 == diff_end_sha1 or \