mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 20:24:46 +00:00
7 lines
244 B
Bash
Executable File
7 lines
244 B
Bash
Executable File
# Reclaims disk space and sanitizes user home on Atlas infrastructure
|
|
|
|
# We use the GitHub cache for the relevant parts of these directories.
|
|
# Also, we do not want to keep things like ~/.gradle/build-scan-data.
|
|
rm -rf ~/.gradle/
|
|
rm -rf ~/.m2/
|