cotent接口修改

This commit is contained in:
moshenglv 2021-01-19 18:39:57 +08:00
parent efdbc6fd4e
commit 69c6e2ac3f
1 changed files with 1 additions and 1 deletions

View File

@ -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]
# ======流水线相关接口========== #