From 9e40d480716c71977b2ce81a010f9450c67fc238 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 15 Oct 2023 13:41:43 +0200 Subject: [PATCH] =?utf8?q?Cleanup=20setzt=20GIT-Repo=20von=20Cruise=20Cont?= =?utf8?q?rol=20zur=C3=BCck?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docker/README.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/README.sh b/docker/README.sh index 7268bc9..e8946c5 100755 --- a/docker/README.sh +++ b/docker/README.sh @@ -3,6 +3,7 @@ if [ "$1" = "cleanup" ] then (cd cruise-control; ./gradlew clean) + git submodule deinit --force cruise-control 2>/dev/null rm -f cruise-control-metrics-reporter.jar exit fi -- 2.20.1