mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 01:26:08 +10:00
14 lines
207 B
Ruby
14 lines
207 B
Ruby
module Gitlab
|
|
module Ci
|
|
class Config
|
|
module Node
|
|
class Global < Entry
|
|
def keys
|
|
{ before_script: BeforeScript }
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|