Skip to content
Snippets Groups Projects
Commit 74d49859 authored by Praveen Arimbrathodiyil's avatar Praveen Arimbrathodiyil
Browse files

Set GEM_PATH for using embedded gems

parent e93789a2
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,9 @@ cp ${gitlab_debian_conf_example} ${gitlab_debian_conf_private}
test -f ${gitlab_debian_conf} && . ${gitlab_debian_conf}
export DB RAILS_ENV
# Required for embedded gems
export GEM_HOME=/var/lib/gitlab/.gem
# Read default values (we cannot do this before gitlab-debian.conf is exported
# as we want to override variables set by gitlab-debian.conf in earlier gitlab
# versions with gitlab-debian.defaults)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment