hibernate-orm/.github/ci-prerequisites.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
295 B
Bash
Raw Normal View History

# 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
# That is 18 GB
sudo rm -rf /usr/share/dotnet
# That is 1.2 GB
sudo rm -rf /usr/share/swift