提交 c742d3ba 编写于 作者: K Kamil Trzciński

Use cached size when passing artifacts to Runner

上级 624ec622
---
title: Use cached size when passing artifacts to Runner
merge_request:
author:
type: performance
......@@ -1142,7 +1142,8 @@ module API
end
class JobArtifactFile < Grape::Entity
expose :filename, :size
expose :filename
expose :cached_size, as: :size
end
class JobArtifact < Grape::Entity
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册