add comment
This commit is contained in:
parent
beb3e6ca60
commit
aaaf699bcf
|
@ -1,6 +1,8 @@
|
||||||
module Travis::API::V3
|
module Travis::API::V3
|
||||||
class Queries::Log < Query
|
class Queries::Log < Query
|
||||||
def find(job)
|
def find(job)
|
||||||
|
#TODO check for the log in the DB, and then fetch it from S3 if not.
|
||||||
|
|
||||||
job.log
|
job.log
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user