We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ac5d3 commit dcabe10Copy full SHA for dcabe10
.github/ci-prerequisites-atlas.sh
@@ -0,0 +1,6 @@
1
+# Reclaims disk space and sanitizes user home on Atlas infrastructure
2
+
3
+# We use the GitHub cache for the relevant parts of these directories.
4
+# Also, we do not want to keep things like ~/.gradle/build-scan-data.
5
+rm -rf ~/.gradle/
6
+rm -rf ~/.m2/
.github/workflows/atlas.yml
@@ -41,8 +41,8 @@ jobs:
41
- uses: actions/checkout@v4
42
with:
43
persist-credentials: false
44
- - name: Reclaim Disk Space
45
- run: .github/ci-prerequisites.sh
+ - name: Reclaim disk space and sanitize user home
+ run: .github/ci-prerequisites-atlas.sh
46
- name: Start database
47
env:
48
RDBMS: ${{ matrix.rdbms }}
0 commit comments