Fix eventType for the build.
This (somehow) ensures that the job page is properly populated.
This commit is contained in:
parent
a2de29baf5
commit
096e9872a6
|
@ -29,7 +29,7 @@ require 'travis/model'
|
|||
# TODO add eventType to the api for api build requests
|
||||
eventType: (->
|
||||
if @get('pullRequest') then 'pull_request' else 'push'
|
||||
).property('pull_request')
|
||||
).property('pullRequest')
|
||||
|
||||
isPullRequest: (->
|
||||
@get('eventType') == 'pull_request' || @get('pullRequest')
|
||||
|
|
Loading…
Reference in New Issue
Block a user