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

gitlab_init.rb « lib « gitlab-shell « ruby - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 188c5e6a5b6a6152e8e6b41cecd8639dd60b98d5 (plain)
1
2
3
4
5
# We are transitioning parts of gitlab-shell into the gitaly project. In
# gitaly, GITALY_EMBEDDED will be true.
GITALY_EMBEDDED = true

require_relative 'gitlab_config'