From 6dece4914dea97623e0bd7a63fb0a21759408736 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dkalinkin@bnl.gov> Date: Tue, 8 Oct 2024 20:35:09 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 218d52f5..2eedb41d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,6 +75,6 @@ common:setup: - | df -h mount - find `realpath /scratch` -mindepth 2 -maxdepth 2 ! -name .links -print0 | du -s --files0-from=- | sort -n > /tmp/df + find `realpath /scratch` -mindepth 3 -maxdepth 3 ! -name .links -print0 | du -s --files0-from=- | sort -n > /tmp/df head /tmp/df tail /tmp/df \ No newline at end of file -- GitLab