]> juplo.de Git - demos/kafka/training/commitdiff
mvn clean aus README.sh entfernt
authorKai Moritz <kai@juplo.de>
Fri, 5 Aug 2022 09:51:26 +0000 (11:51 +0200)
committerKai Moritz <kai@juplo.de>
Fri, 5 Aug 2022 09:51:26 +0000 (11:51 +0200)
README.sh

index e430820a063d0ecf6f9821f0c99c9e87d359f8cd..a659478a26f92a86efc58740781971a133d6aa20 100755 (executable)
--- a/README.sh
+++ b/README.sh
@@ -5,7 +5,6 @@ IMAGE=juplo/rest-producer:1.0-SNAPSHOT
 if [ "$1" = "cleanup" ]
 then
   docker-compose down -v
-  mvn clean
   exit
 fi