FIX bug
This commit is contained in:
parent
d9ed3baa02
commit
7f9674baf3
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue