Add JSON as external pages artifact

This commit is contained in:
Eric Eastwood 2017-10-03 11:01:52 -05:00
parent 4df8e43f8c
commit 50063d86f0
1 changed files with 1 additions and 1 deletions

View File

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