Skip to content

Commit 1577e03

Browse files
committed
simplified upgrade
1 parent 440c34d commit 1577e03

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bin/upgrade.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
cd `dirname $0`/..
33
echo "loading latest code changes"
44
git pull -r
5-
echo "clean up"
6-
./gradlew clean
7-
echo "building loklak"
8-
./gradlew build
5+
echo "assembling loklak"
6+
./gradlew assemble
97
bin/restart.sh

0 commit comments

Comments
 (0)