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

Edit .gitlab-ci.yml

parent 7a80dbfd
Branches
No related tags found
1 merge request!168Draft: run du
Pipeline #120465 failed
...@@ -76,6 +76,7 @@ common:setup: ...@@ -76,6 +76,7 @@ common:setup:
uptime uptime
df -h df -h
mount mount
find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df find `realpath /scratch` -type l -print0 | xargs -0 -I{} sh -c 'ls -la {}; du -hs `readlink {}`'
#find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
head /tmp/df head /tmp/df
tail -n 1000 /tmp/df tail -n 1000 /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