提交 ac6b988e 编写于 作者: R Regis

fix conflict

上级 b49a3f1e
...@@ -18,16 +18,8 @@ class Projects::PipelinesController < Projects::ApplicationController ...@@ -18,16 +18,8 @@ class Projects::PipelinesController < Projects::ApplicationController
format.json do format.json do
render json: { render json: {
pipelines: PipelineSerializer pipelines: PipelineSerializer
<<<<<<< HEAD
.incremental(
project: @project,
user: @current_user,
last_updated: @last_updated)
.represent
=======
.new(project: @project, user: @current_user) .new(project: @project, user: @current_user)
.incremental(@pipelines, @last_updated), .incremental(@pipelines, @last_updated),
>>>>>>> 6b52adc661896434d3fea1fd7f83c62bef2456a6
updated_at: Time.now, updated_at: Time.now,
count: { count: {
all: @pipelines_count, all: @pipelines_count,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册