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