Skip to content
Snippets Groups Projects
Commit dc7b1c08 authored by Jared Deckard's avatar Jared Deckard
Browse files

Supply the raw trace in the build json

parent 163c1f74
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ def show
render json: {
id: @build.id,
status: @build.status,
trace: @build.trace,
trace_html: @build.trace_html
}
end
......
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