Commit beda5ca5 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'fix/import-templates-spec' into 'master'

Fix spec warnings and template helper

See merge request gitlab-org/gitlab-ce!21007
parents d3a6712e 107292dd
......@@ -3,7 +3,7 @@ module Gitlab
include Gitlab::Utils::StrongMemoize
def prepare_template_environment(file)
return unless file&.path.present?
return unless file
if Gitlab::ImportExport.object_storage?
params[:import_export_upload] = ImportExportUpload.new(import_file: file)
......
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