mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fixed run_results
This commit is contained in:
@@ -109,7 +109,7 @@ class Api::V1::Projects::PipelinesController < Api::V1::BaseController
|
||||
@project, @owner = Project.find_with_namespace(params[:owner], params[:repo])
|
||||
tip_exception("项目不存在") if @project.blank?
|
||||
results = Action::PipelineResult.where(run_id: params[:run_id], project_id: @project.id)
|
||||
render_ok(data: results.as_json(only: %i[id run_id job_name job_show_type job_result]))
|
||||
render_ok(run_results: results.as_json(only: %i[id run_id job_name job_show_type job_result]))
|
||||
end
|
||||
|
||||
def show
|
||||
|
||||
Reference in New Issue
Block a user