projects
/
demos
/
kafka
/
wordcount
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
000367d
)
Removed the automatic update of submodules during a rebuild
author
Kai Moritz
<kai@juplo.de>
Sat, 16 Oct 2021 15:19:11 +0000
(17:19 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sat, 16 Oct 2021 15:19:11 +0000
(17:19 +0200)
README.sh
patch
|
blob
|
history
diff --git
a/README.sh
b/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; )