brew-test-bot: fix pull request URLs.
This commit is contained in:
parent
358fd0ca19
commit
f82efb9d76
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user