We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f3807 commit 31205fcCopy full SHA for 31205fc
.vsts-ci.yml
@@ -69,15 +69,17 @@ jobs:
69
# check disk usage
70
print-diagnostics
71
# remove old containers, container images, volumes
72
- # ref: https://stackoverflow.com/a/32723127/3986677)
+ # ref: https://stackoverflow.com/a/32723127/3986677
73
+ # ref: https://depot.dev/blog/docker-clear-cache#removing-everything-with-docker-system-prune
74
echo "---- running 'docker system prune' ----"
75
/tmp/docker system prune \
76
--all \
77
--force \
78
+ --volumes \
79
--filter until=720h
80
# check disk usage again
81
- displayName: clean
82
+ displayName: Clean
83
###########################################
84
- job: Linux
85
0 commit comments