From 969f1e724293922402c32f322fce9d5b95434da7 Mon Sep 17 00:00:00 2001
From: "p.delpy@dkfz-heidelberg.de"
Date: Thu, 12 Sep 2024 09:41:19 +0200
Subject: [PATCH] fix: remove accidental commit
---
lib/update-bridgehead.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/update-bridgehead.sh b/lib/update-bridgehead.sh
index 16638b6..44655b1 100755
--- a/lib/update-bridgehead.sh
+++ b/lib/update-bridgehead.sh
@@ -10,7 +10,6 @@ if [ "$AUTO_HOUSEKEEPING" == "true" ]; then
docker system prune -a -f
else
A="$A Not cleaning docker images since BK is not running."
- docker system prune -f
fi
hc_send log "$A"
log INFO "$A"