From a69537a51d109dbc98d17d5d8fcd8b485eeec247 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Thu, 3 Oct 2024 19:08:41 +1000 Subject: [PATCH] Lets see if clean up the build cache helps --- test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.sh b/test.sh index d1d4850..912af34 100755 --- a/test.sh +++ b/test.sh @@ -63,6 +63,9 @@ test_run() { # Delete the upgraded PostgreSQL data directory sudo rm -rf postgres-data + ### FIXME: See if this helps + docker system prune -f + ### FIXME: echo "ls #2" sudo ls -la postgres-data