Browse Source

FIX

tags/v1.0.0
Jasder 5 years ago
parent
commit
9332750aa7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/ci/cloud_accounts_controller.rb

+ 1
- 1
app/controllers/ci/cloud_accounts_controller.rb View File

@@ -1,7 +1,7 @@
class Ci::CloudAccountsController < Ci::BaseController
include Ci::CloudAccountManageable

skip_before_action :connect_to_ci_database, only: %i[create bind unbind]
skip_before_action :connect_to_ci_database, only: %i[create bind]
before_action :load_project, only: %i[create activate]
before_action :authorize_owner!, only: %i[create activate]
before_action :load_repo, only: %i[activate]


Loading…
Cancel
Save