Export GEM_HOME from gitlab-rake.sh (Closes: #1008932)
Thanks to Maxmillian Stein
This commit is contained in:
parent
c88f6b2bed
commit
98e444746f
1 changed files with 1 additions and 1 deletions
2
debian/gitlab-rake.sh
vendored
2
debian/gitlab-rake.sh
vendored
|
@ -5,7 +5,7 @@ set -e
|
|||
# Read debian specific configuration
|
||||
. /etc/gitlab-common/gitlab-common.conf
|
||||
. /etc/gitlab/gitlab-debian.conf
|
||||
export DB RAILS_ENV
|
||||
export DB RAILS_ENV GEM_HOME
|
||||
|
||||
cd /usr/share/gitlab
|
||||
|
||||
|
|
Loading…
Reference in a new issue