Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-04-05 19:44:24 +0300
committerShinya Maeda <shinya@gitlab.com>2018-04-05 19:44:24 +0300
commit373f6a9bb20497eebe4cdf41be18eb2399424a59 (patch)
treeb20ce8f022278c2ad9af55bc9b038590d0b5e036 /app/controllers/projects/jobs_controller.rb
parent2dcbaf9f0eb4c63d7cbe3252b20220e798ee0079 (diff)
Add change log
Diffstat (limited to 'app/controllers/projects/jobs_controller.rb')
-rw-r--r--app/controllers/projects/jobs_controller.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/projects/jobs_controller.rb b/app/controllers/projects/jobs_controller.rb
index 539bb9a14a7..ac9eb2047a0 100644
--- a/app/controllers/projects/jobs_controller.rb
+++ b/app/controllers/projects/jobs_controller.rb
@@ -127,8 +127,6 @@ class Projects::JobsController < Projects::ApplicationController
build.trace.read do |stream|
if stream.file?
send_file stream.path, type: 'text/plain; charset=utf-8', disposition: 'inline'
- elsif build.old_trace
- send_data stream.raw, type: 'text/plain; charset=utf-8', disposition: 'inline', filename: 'job.log'
else
send_data stream.raw, type: 'text/plain; charset=utf-8', disposition: 'inline', filename: 'job.log'
end