11 lines
163 B
Ruby
11 lines
163 B
Ruby
|
module GitlabCi
|
||
|
VERSION = Gitlab::VERSION
|
||
|
REVISION = Gitlab::REVISION
|
||
|
|
||
|
REGISTRATION_TOKEN = SecureRandom.hex(10)
|
||
|
|
||
|
def self.config
|
||
|
Settings
|
||
|
end
|
||
|
end
|