Removed the automatic update of submodules during a rebuild
authorKai Moritz <kai@juplo.de>
Sat, 16 Oct 2021 15:19:11 +0000 (17:19 +0200)
committerKai Moritz <kai@juplo.de>
Thu, 21 Oct 2021 20:30:57 +0000 (22:30 +0200)
README.sh

index 7fc7a5b..993701a 100755 (executable)
--- a/README.sh
+++ b/README.sh
@@ -29,7 +29,6 @@ if [[
   "$1" = "build"
 ]]
 then
-  git submodule update --init
   mvn clean package || exit
   docker-compose rm -svf recorder users counter top10 query
   ( cd fortune; ./README.sh $FORTUNE; )