Skip to content
Snippets Groups Projects
Commit ee7d9d47 authored by Nick Thomas's avatar Nick Thomas
Browse files

Merge branch 'xmlArtifact' into 'master'

XML artifacts are now served by pages

See merge request !16790
parents 961bb894 35c24116
No related branches found
No related tags found
2 merge requests!17226WIP: Step 2: Support multiple indices to Elasticsearch Admin options,!16790XML artifacts are now served by pages
Pipeline #82626370 failed
---
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment