From 208aa10336d4304ce0c4b7a88d08bb42bd5e082b Mon Sep 17 00:00:00 2001
From: Dmitry Kalinkin <dkalinkin@bnl.gov>
Date: Tue, 8 Oct 2024 20:25:40 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 13aec601..218d52f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,4 +74,7 @@ common:setup:
   script:
     - |
       df -h
-      mount
\ No newline at end of file
+      mount
+      find `realpath /scratch` -mindepth 2 -maxdepth 2 ! -name .links -print0 | du -s --files0-from=- | sort -n > /tmp/df
+      head /tmp/df
+      tail /tmp/df
\ No newline at end of file
-- 
GitLab