gitlab-org--gitlab-foss/lib/gitlab/ci
Lin Jen-Shin 050103f209 Make sure TraceReader uses Encoding.default_external
Encoding.default_external was chosen over
Encoding.default_internal because File.read is
returning Encoding.default_external, therefore
we should align with it. Alternatively, we could
force both of them to be Encoding.default_internal.

However, ideally this should be determined by different
projects. For example, some projects might want to use
an encoding different to what GitLab is using.

This might not happen soon though.

Closes #27052
2017-01-26 18:29:44 +08:00
..
build
config
status
config.rb
pipeline_duration.rb
trace_reader.rb Make sure TraceReader uses Encoding.default_external 2017-01-26 18:29:44 +08:00