File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1253,6 +1253,8 @@ jobs:
12531253 rpm -qi apache-cloudberry-db-incubating
12541254
12551255 # Clean up downloaded RPM artifacts to free disk space
1256+ echo "Disk space before RPM cleanup:"
1257+ df -kh /
12561258 echo "Cleaning up RPM artifacts to free disk space..."
12571259 rm -rf "${GITHUB_WORKSPACE}"/rpm_build_artifacts
12581260 echo "Disk space after RPM cleanup:"
@@ -1284,6 +1286,8 @@ jobs:
12841286 du -sh "${SRC_DIR}/../cloudberry"
12851287
12861288 # Clean up source tarball to free disk space
1289+ echo "Disk space before source tarball cleanup:"
1290+ df -kh /
12871291 echo "Cleaning up source tarball to free disk space..."
12881292 rm -rf "${GITHUB_WORKSPACE}"/source_build_artifacts
12891293 echo "Disk space after source tarball cleanup:"
You can’t perform that action at this time.
0 commit comments