From 8b573c94895dc0ac0e1d9d59cf3e8745e8b539ca Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 17 Dec 2020 11:59:07 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-7-stable-ee --- lib/api/jobs.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/api/jobs.rb') diff --git a/lib/api/jobs.rb b/lib/api/jobs.rb index 51659c2e8a1..44751b3d76c 100644 --- a/lib/api/jobs.rb +++ b/lib/api/jobs.rb @@ -76,6 +76,8 @@ module API build = find_build!(params[:job_id]) + authorize_read_build_trace!(build) if build + header 'Content-Disposition', "infile; filename=\"#{build.id}.log\"" content_type 'text/plain' env['api.format'] = :binary -- cgit v1.2.1