add missing RAILS_ENV=production
bit to bundle command
This commit is contained in:
parent
a93f7099fa
commit
6e6b5df60c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue