blob: 9bd4e8fe556737b0520da2fd40c6591ac22b3c34 (
plain)
1
2
3
4
5
6
7
|
ROOT_PATH = ENV.fetch('GITLAB_SHELL_DIR', File.expand_path('..', __dir__))
# We are transitioning parts of gitlab-shell into the gitaly project. In
# gitaly, GITALY_EMBEDDED will be true.
GITALY_EMBEDDED = false
require_relative 'gitlab_config'
|