diff options
author | Robert Speicher <robert@gitlab.com> | 2016-01-29 17:35:19 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-01-29 17:35:19 +0000 |
commit | 01439ab9a7dfbd225172b7990343fd3193e05b78 (patch) | |
tree | 9b98d773d72b096b5633544466ed632cd65179a9 | |
parent | a8b7ac91b44c83f6d53aaf30a460dd6717df1522 (diff) | |
parent | 6e6b5df60c9b0a347d4b1635888dba8413e9eb21 (diff) | |
download | gitlab-ce-01439ab9a7dfbd225172b7990343fd3193e05b78.tar.gz |
Merge branch 'patch-1' into 'master'
add missing `RAILS_ENV=production` bit to bundle command
[ci skip]
See merge request !2626
-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 |