Skip to content
Snippets Groups Projects
Commit 01439ab9 authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'patch-1' into 'master'

add missing `RAILS_ENV=production` bit to bundle command

[ci skip]

See merge request !2626
parents a8b7ac91 6e6b5df6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment