Commit 35c24116 authored by Philipp Hasper's avatar Philipp Hasper Committed by Nick Thomas

XML artifacts are now served by pages

As JSON is served via pages, XML should also be suitable
parent 961bb894
---
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