add submodule checkout to build script

This commit is contained in:
Troy Frew 2016-06-29 17:34:07 -05:00 committed by GitHub
parent f4efc12ec3
commit 11d082501e

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