- init and update SR so .gitmodules can be manipulated

- then init and update recursively
This commit is contained in:
Michael Iedema 2014-03-28 12:46:54 +01:00
parent f4cbcd644d
commit d70d597f37
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ before_install:
- sudo dpkg -i *.deb
- cd ..
- sed -i 's/git@github.com:/git:\/\/github.com\//' .gitmodules
- git submodule update --init
- sed -i 's/git@github.com:/git:\/\/github.com\//' ./SR/.gitmodules
- git submodule update --init --recursive