brew-test-bot: fix testing pull request handling.

This commit is contained in:
Mike McQuaid 2013-06-15 11:00:32 +01:00
parent 66cefb7be6
commit 52a935d5bc

View File

@ -170,6 +170,7 @@ class Test
github_repo = git_match[1]
pull_id = ENV['ghprbPullId']
@url = "https://github.com/#{github_repo}/pull/#{pull_id}"
@hash = nil
end
end