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

Edit .gitlab-ci.yml

parent 47414e34
Branches
Tags
1 merge request!168Draft: run du
Pipeline #120478 passed
...@@ -76,6 +76,7 @@ common:setup: ...@@ -76,6 +76,7 @@ common:setup:
uptime uptime
df -h df -h
mount mount
rm -rf /scratch/*
find `realpath /scratch` -type l -print0 | (du -sL --files0-from=- || true) | sort -n > /tmp/df find `realpath /scratch` -type l -print0 | (du -sL --files0-from=- || true) | sort -n > /tmp/df
#find `realpath /scratch` -type f -print0 | du -s --files0-from=- || true | sort -n > /tmp/df #find `realpath /scratch` -type f -print0 | du -s --files0-from=- || true | sort -n > /tmp/df
head /tmp/df head /tmp/df
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment