Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-10-14 18:26:35 +0400
committergitlabhq <m@gitlabhq.com>2011-10-14 18:26:35 +0400
commit912a383d9b610701ab515e0a08e588da9648304d (patch)
tree5acab7732a50a99772ece5c0e677ff94b914b63d /update.rb
parent6a60365fedffda4ee51e6f717c2b8a57da8f315a (diff)
w/o option was a bad idea
Diffstat (limited to 'update.rb')
-rw-r--r--update.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/update.rb b/update.rb
index 9dae135e47e..d7eec2898b2 100644
--- a/update.rb
+++ b/update.rb
@@ -17,12 +17,7 @@ puts green " == Update for ENV=#{env}"
# pull from github
`git pull`
-# bundle install
-if env == "production"
-`bundle install --without development test`
-else
`bundle install`
-end
# migrate db
`bundle exec rake db:migrate RAILS_ENV=#{env}`