FIX devops builds api bug

This commit is contained in:
Jasder 2020-08-19 18:19:27 +08:00
parent ac2d2b842d
commit 89b2e263ae
1 changed files with 1 additions and 0 deletions

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