Export GEM_HOME in gitlab-rails-console script
This commit is contained in:
parent
0c81fb0d22
commit
3823096c59
1 changed files with 1 additions and 1 deletions
2
debian/gitlab-rails-console.sh
vendored
2
debian/gitlab-rails-console.sh
vendored
|
@ -5,7 +5,7 @@ set -e
|
||||||
# Read debian specific configuration
|
# Read debian specific configuration
|
||||||
. /etc/gitlab-common/gitlab-common.conf
|
. /etc/gitlab-common/gitlab-common.conf
|
||||||
. /etc/gitlab/gitlab-debian.conf
|
. /etc/gitlab/gitlab-debian.conf
|
||||||
export DB RAILS_ENV
|
export DB RAILS_ENV GEM_HOME
|
||||||
|
|
||||||
cd /usr/share/gitlab
|
cd /usr/share/gitlab
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue