From 5d9d46aec1bf4a6b77ccea635eaa089a5f271b88 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 30 Jul 2013 17:28:26 +0100 Subject: Add a rake task to print a warning if the state of a submodule is not what we expect it to be. --- script/rails-post-deploy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'script/rails-post-deploy') diff --git a/script/rails-post-deploy b/script/rails-post-deploy index a3257cf35..d20bf0472 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -93,6 +93,8 @@ bundle install $bundle_install_options bundle exec rake themes:install +bundle exec rake submodules:check + # upgrade database bundle exec rake db:migrate #--trace -- cgit v1.2.3