mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Script now runs latest source code
This commit is contained in:
parent
5161b2b085
commit
8a60541ee3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user