Commit ee7d9d47 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'xmlArtifact' into 'master'

XML artifacts are now served by pages

See merge request gitlab-org/gitlab!16790
parents 961bb894 35c24116
---
title: Render xml artifact files in GitLab
merge_request: 16790
author:
type: added
......@@ -4,7 +4,7 @@ module Ci
class ArtifactBlob
include BlobLike
EXTENSIONS_SERVED_BY_PAGES = %w[.html .htm .txt .json .log].freeze
EXTENSIONS_SERVED_BY_PAGES = %w[.html .htm .txt .json .xml .log].freeze
attr_reader :entry
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment