summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-01-29 17:35:19 +0000
committerRobert Speicher <robert@gitlab.com>2016-01-29 17:35:19 +0000
commit01439ab9a7dfbd225172b7990343fd3193e05b78 (patch)
tree9b98d773d72b096b5633544466ed632cd65179a9
parenta8b7ac91b44c83f6d53aaf30a460dd6717df1522 (diff)
parent6e6b5df60c9b0a347d4b1635888dba8413e9eb21 (diff)
downloadgitlab-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.md2
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