This commit is contained in:
Jasder 2020-09-27 16:35:38 +08:00
parent d9ed3baa02
commit 7f9674baf3
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
class Ci::ProjectsController < Ci::BaseController
include RepositoriesHelper
include Ci::CloudAccountManageable
before_action :load_project
before_action :load_repo, only: [:update_trustie_pipeline, :activate, :deactivate]