I'm trying to deploy an app on engine yard. I'm using rails 2.3.5 and ruby 1.8.7
When I try to deploy it,
~> Deploying revision 481f05e emergency commit
:: running git checkout -q '481f05e42f3e13b5eda7e598a1b797b031c9ca5e'
:: running git submodule sync
Synchronizing submodule url for ''
:: running git submodule update --init
No submodule mapping found in .gitmodules for path 'school'
No submodule mapping found in .gitmodules for path 'school'
*** [Error] Git could not checkout (481f05e42f3e13b5eda7e598a1b797b031c9ca5e) ***
Is the git submodule sync causing the problem?
I do not have any submodules in my repository.