mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 12:14:47 +00:00
7 lines
255 B
Bash
7 lines
255 B
Bash
|
# Reclaim disk space, otherwise we only have 13 GB free at the start of a job
|
||
|
|
||
|
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
|