projects
/
demos
/
kafka
/
training
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cf7f46
)
Ausführung von README.sh resilienter
simple-producer---lvm-2-tage
author
Kai Moritz
<kai@juplo.de>
Sat, 24 Sep 2022 12:34:37 +0000
(14:34 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sat, 24 Sep 2022 12:34:37 +0000
(14:34 +0200)
README.sh
patch
|
blob
|
history
diff --git
a/README.sh
b/README.sh
index
3f46c04
..
0daad74
100755
(executable)
--- a/
README.sh
+++ b/
README.sh
@@
-10,13
+10,14
@@
then
fi
docker-compose up -d zookeeper kafka-1 kafka-2 kafka-3 cli
+docker-compose rm -svf producer
if [[
$(docker image ls -q $IMAGE) == "" ||
"$1" = "build"
]]
then
- mvn install || exit
+ mvn
clean
install || exit
else
echo "Using image existing images:"
docker image ls $IMAGE