mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
9 lines
116 B
Ruby
9 lines
116 B
Ruby
module GitlabCi
|
|
VERSION = Gitlab::VERSION
|
|
REVISION = Gitlab::REVISION
|
|
|
|
def self.config
|
|
Settings
|
|
end
|
|
end
|