From d42c7069e0dcd23d0d3d161cb618a337fd827415 Mon Sep 17 00:00:00 2001 From: Sanjay Kumar Srikakulam Date: Thu, 3 Oct 2024 01:39:47 +0200 Subject: [PATCH] add -f flag to the docker system prune so it does not prompt for the confirmation and wait --- sn06.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sn06.yml b/sn06.yml index 5d150a430..48970a361 100644 --- a/sn06.yml +++ b/sn06.yml @@ -137,7 +137,7 @@ name: "Temporary docker cleanup – needs upstream fix see issue #584" minute: "0" hour: "4" - job: "/bin/docker system prune --all > /dev/null" + job: "/bin/docker system prune --all -f > /dev/null" roles: ## Starting configuration of the operating system - role: usegalaxy_eu.handy.os_setup