From 6cf203eb06ce5d0561cfa15e69074f8e9b277f26 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Wed, 23 Apr 2014 21:46:35 +0530 Subject: [PATCH] do not clear redis cache at startup --- assets/init | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/init b/assets/init index 0c3833ed..b108a892 100755 --- a/assets/init +++ b/assets/init @@ -299,7 +299,6 @@ appStart () { sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production - sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production # start the gitlab application # sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production