From 0c438cbe216e655528d3fc9bfa62ced68511fbbb Mon Sep 17 00:00:00 2001 From: xxq250 Date: Mon, 17 Mar 2025 11:04:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=BA=BF=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96,include=20RepositoriesHelper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/api/v1/projects/pipelines_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/api/v1/projects/pipelines_controller.rb b/app/controllers/api/v1/projects/pipelines_controller.rb index bc73eecae..63e4dca93 100644 --- a/app/controllers/api/v1/projects/pipelines_controller.rb +++ b/app/controllers/api/v1/projects/pipelines_controller.rb @@ -1,4 +1,5 @@ class Api::V1::Projects::PipelinesController < Api::V1::BaseController + include RepositoriesHelper before_action :require_operate_above, except: [:upload_results, :run_results] def index