HHH-14946 Github actions: add clarifications in cleanup task
This commit is contained in:
parent
905e512316
commit
a6764fbbf4
|
@ -1,5 +1,6 @@
|
||||||
# Reclaim disk space, otherwise we only have 13 GB free at the start of a job
|
# Reclaim disk space, otherwise we only have 13 GB free at the start of a job
|
||||||
|
|
||||||
|
# Remove the container images for node:
|
||||||
docker rmi node:10 node:12 mcr.microsoft.com/azure-pipelines/node8-typescript:latest
|
docker rmi node:10 node:12 mcr.microsoft.com/azure-pipelines/node8-typescript:latest
|
||||||
# That is 18 GB
|
# That is 18 GB
|
||||||
sudo rm -rf /usr/share/dotnet
|
sudo rm -rf /usr/share/dotnet
|
||||||
|
|
Loading…
Reference in New Issue