add missing `RAILS_ENV=production` bit to bundle command

This commit is contained in:
Maverik Gately 2016-01-27 14:27:57 +00:00
parent a93f7099fa
commit 6e6b5df60c
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)
sudo gitlab-rake gitlab:env:info)
(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:env:info)
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production)
## Possible fixes