Skip to content

Commit

Permalink
Merge pull request #1326 from sanjaysrikakulam/docker-system-prune-pa…
Browse files Browse the repository at this point in the history
…tch1

Add -f flag to the docker system prune cleanup so it does not prompt for the confirmation and wait
  • Loading branch information
sanjaysrikakulam authored Oct 3, 2024
2 parents c131f14 + d42c706 commit 261f3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 261f3b2

Please sign in to comment.