Script now runs latest source code

This commit is contained in:
Vibhu Mohindra 2016-03-18 18:29:06 +00:00
parent 5161b2b085
commit 8a60541ee3

View File

@ -7,9 +7,7 @@ if [ ! -e ./gradlew ]; then
exit 1
fi
if [ ! -d build/install/r3prototyping ]; then
./gradlew installDist
fi
./gradlew installDist
if [[ "$mode" == "buyer" ]]; then
if [ ! -d buyer ]; then