提交 b49a3f1e 编写于 作者: R Regis

fix conflict

......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册