Skip to content
Snippets Groups Projects
Commit 59537dc4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix Build#trace

parent f363942a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -144,7 +144,7 @@ class Build < ActiveRecord::Base
end
 
def trace
if project
if project && read_attribute(:trace).present?
read_attribute(:trace).gsub(project.token, 'xxxxxx')
end
end
Loading
Loading
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