2021-02-09 07:03:18 -05:00
|
|
|
# Reclaim disk space, otherwise we only have 13 GB free at the start of a job
|
|
|
|
|
2021-12-01 10:10:06 -05:00
|
|
|
# Remove the container images for node:
|
2021-02-09 07:03:18 -05:00
|
|
|
docker rmi node:10 node:12 mcr.microsoft.com/azure-pipelines/node8-typescript:latest
|
|
|
|
# That is 18 GB
|
|
|
|
sudo rm -rf /usr/share/dotnet
|
|
|
|
# That is 1.2 GB
|
|
|
|
sudo rm -rf /usr/share/swift
|