diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-07-30 17:28:26 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-07-30 17:28:26 +0100 |
commit | 5d9d46aec1bf4a6b77ccea635eaa089a5f271b88 (patch) | |
tree | 92ae114ddd6c084460aee3d53511f799e51eac14 /script/rails-post-deploy | |
parent | 4b7a2726deb1bdca94b39a65d32beb6f9ca90492 (diff) |
Add a rake task to print a warning if the state of a submodule is not what we expect it to be.
Diffstat (limited to 'script/rails-post-deploy')
-rwxr-xr-x | script/rails-post-deploy | 2 |
1 files changed, 2 insertions, 0 deletions
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 |