diff options
author | Maverik Gately <venomed@gmail.com> | 2016-01-27 14:27:57 +0000 |
---|---|---|
committer | Maverik Gately <venomed@gmail.com> | 2016-01-27 14:27:57 +0000 |
commit | 6e6b5df60c9b0a347d4b1635888dba8413e9eb21 (patch) | |
tree | 4820541522075496a7e85e5de78811eaa7a56a95 /CONTRIBUTING.md | |
parent | a93f7099fa2ed98746ebfb5e55322d0afb5068f8 (diff) | |
download | gitlab-ce-6e6b5df60c9b0a347d4b1635888dba8413e9eb21.tar.gz |
add missing `RAILS_ENV=production` bit to bundle command
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1eabbdc5cad..1bd91f0bdce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 |