do not clear redis cache at startup

This commit is contained in:
Sameer Naik 2014-04-23 21:46:35 +05:30
parent f0c0d48fc5
commit 6cf203eb06

View File

@ -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