export all variables
This commit is contained in:
parent
7ec784ea3e
commit
a9ac6ab664
1 changed files with 3 additions and 2 deletions
5
debian/conf/gitlab
vendored
5
debian/conf/gitlab
vendored
|
@ -7,8 +7,9 @@
|
|||
# Normal values are "production", "test" and "development".
|
||||
RAILS_ENV="production"
|
||||
|
||||
# Read debian specific configuration
|
||||
. /etc/gitlab/gitlab-debian.conf
|
||||
# Read and export debian specific configuration
|
||||
# Only exported variables will be passed on to gitlab app
|
||||
for i in $(cat /etc/gitlab/gitlab-debian.conf); do export $i; done
|
||||
|
||||
# DB needs to be exported for some commands
|
||||
export DB=${DB}
|
||||
|
|
Loading…
Reference in a new issue