Skip to content
Snippets Groups Projects
Commit 94ad1239 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

Update .gitlab-ci.yml

parent 6dece491
No related branches found
No related tags found
1 merge request!168Draft: run du
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment