We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440c34d commit 1577e03Copy full SHA for 1577e03
bin/upgrade.sh
@@ -2,8 +2,6 @@
2
cd `dirname $0`/..
3
echo "loading latest code changes"
4
git pull -r
5
-echo "clean up"
6
-./gradlew clean
7
-echo "building loklak"
8
-./gradlew build
+echo "assembling loklak"
+./gradlew assemble
9
bin/restart.sh
0 commit comments