Removed the automatic update of submodules during a rebuild
[demos/kafka/wordcount] / 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; )