Welcome to mirror list, hosted at ThFree Co, Russian Federation.

4_ci_app.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d252e403102ca950ade8d76c3ae5289fc0a1b2e0 (plain)
1
2
3
4
5
6
7
8
module GitlabCi
  VERSION = Gitlab::VERSION
  REVISION = Gitlab::REVISION

  def self.config
    Settings
  end
end