From 69c6e2ac3f5d7683b1e1d0155511465ab001c38e Mon Sep 17 00:00:00 2001 From: moshenglv Date: Tue, 19 Jan 2021 18:39:57 +0800 Subject: [PATCH] =?UTF-8?q?cotent=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/ci/pipelines_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/ci/pipelines_controller.rb b/app/controllers/ci/pipelines_controller.rb index 888d8a054..0df7945e8 100644 --- a/app/controllers/ci/pipelines_controller.rb +++ b/app/controllers/ci/pipelines_controller.rb @@ -2,7 +2,7 @@ class Ci::PipelinesController < Ci::BaseController before_action :require_login, only: %i[list create] skip_before_action :connect_to_ci_db - before_action :load_project, only: %i[content, create_trustie_pipeline] + before_action :load_project, only: %i[content create_trustie_pipeline] before_action :load_repository, only: %i[create_trustie_pipeline] # ======流水线相关接口========== #