add submodule checkout to build script

This commit is contained in:
Troy Frew 2016-06-29 17:34:07 -05:00 committed by Marc Baloup
parent 9fdca54f66
commit 1e173ce0cb

View File

@ -1,4 +1,3 @@
#!/usr/bin/env bash
./applyPatches.sh && pushd Travertine-Proxy && mvn clean package && popd
git submodule update --recursive --init && ./applyPatches.sh && pushd Travertine-Proxy && mvn clean package && popd