Render log artifact files in GitLab

This commit is contained in:
Zeger-Jan van de Weg 2018-10-08 08:07:41 +00:00 committed by Kamil Trzciński
parent c3389c8006
commit 129a60e79d
2 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@ module Ci
class ArtifactBlob
include BlobLike
EXTENSIONS_SERVED_BY_PAGES = %w[.html .htm .txt .json].freeze
EXTENSIONS_SERVED_BY_PAGES = %w[.html .htm .txt .json .log].freeze
attr_reader :entry

View File

@ -0,0 +1,5 @@
---
title: Render log artifact files in GitLab
merge_request:
author:
type: added