Commit b49a3f1e authored by Regis's avatar Regis

fix conflict

parents b0c6037a 6b52adc6
......@@ -18,11 +18,16 @@ class Projects::PipelinesController < Projects::ApplicationController
format.json do
render json: {
pipelines: PipelineSerializer
<<<<<<< HEAD
.incremental(
project: @project,
user: @current_user,
last_updated: @last_updated)
.represent
=======
.new(project: @project, user: @current_user)
.incremental(@pipelines, @last_updated),
>>>>>>> 6b52adc661896434d3fea1fd7f83c62bef2456a6
updated_at: Time.now,
count: {
all: @pipelines_count,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment