mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-13 21:44:32 +08:00
FIX ci server
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
class Ci::CloudAccount < Ci::LocalBase
|
||||
belongs_to :project
|
||||
belongs_to :user
|
||||
|
||||
def drone_host
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
class Ci::LocalBase < ApplicationRecord
|
||||
self.abstract_class = true
|
||||
|
||||
def self.table_name_prefix
|
||||
"ci_"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user