8 lines
116 B
Ruby
8 lines
116 B
Ruby
module GitlabCi
|
|
VERSION = Gitlab::VERSION
|
|
REVISION = Gitlab::REVISION
|
|
|
|
def self.config
|
|
Settings
|
|
end
|
|
end
|