Browse Source

FIX devops builds api bug

tags/v1.0.0
Jasder 5 years ago
parent
commit
89b2e263ae
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/controllers/ci/builds_controller.rb

+ 1
- 0
app/controllers/ci/builds_controller.rb View File

@@ -1,5 +1,6 @@
class Ci::BuildsController < Ci::BaseController
include RepositoriesHelper
include Devopsable

before_action :find_project, :find_cloud_account
before_action :find_cloud_account, except: :get_trustie_pipeline


Loading…
Cancel
Save