hibernate-orm/.github/ci-prerequisites-atlas.sh
Yoann Rodière dcabe1071a Sanitize user home on GitHub Action job start on Atlas
(cherry picked from commit 4e8eb91562b75fbcc6ecdaaa3efe62b724f71aa4)
2024-10-29 17:49:30 +01:00

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/