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

Edit .gitlab-ci.yml

parent d9687d25
Branches
No related tags found
1 merge request!168Draft: run du
Pipeline #120705 passed
......@@ -76,7 +76,6 @@ common:setup:
uptime
df -h
mount
rm -rf /scratch/*
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
head /tmp/df
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment