diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-08-15 10:31:33 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-08-15 10:31:33 +0100 |
commit | 811977f9a92a9446e27a2239c4b3c2a9220e00ba (patch) | |
tree | 466354ca48819f291b7d552de0078af3eb55682c /script/rails-post-deploy | |
parent | 7b4378487a87517267c13f74e3cf374983e8f3a0 (diff) | |
parent | c2fe6bec28a9b43c84b58fde305b19d179760c13 (diff) |
Merge branch 'rails-3-develop' into release/0.13
Diffstat (limited to 'script/rails-post-deploy')
-rwxr-xr-x | script/rails-post-deploy | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy index d20bf0472..6eca2f68f 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -91,11 +91,9 @@ then fi bundle install $bundle_install_options -bundle exec rake themes:install - bundle exec rake submodules:check # upgrade database bundle exec rake db:migrate #--trace - +bundle exec rake themes:install |