Export GEM_HOME from gitlab-rake.sh (Closes: #1008932)

Thanks to Maxmillian Stein
This commit is contained in:
Pirate Praveen 2022-04-08 23:22:56 +05:30
parent c88f6b2bed
commit 98e444746f
1 changed files with 1 additions and 1 deletions

View File

@ -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