diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2eedb41d5372badf63afdd9fa85acb0e68b37aa2..7d0d5774ccf8d3d11f7d32fec794d0c33e000fa8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,6 +75,6 @@ common:setup: - | df -h mount - find `realpath /scratch` -mindepth 3 -maxdepth 3 ! -name .links -print0 | du -s --files0-from=- | sort -n > /tmp/df + find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df head /tmp/df tail /tmp/df \ No newline at end of file