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

Update .gitlab-ci.yml

parent 208aa103
No related branches found
No related tags found
1 merge request!168Draft: run du
...@@ -75,6 +75,6 @@ common:setup: ...@@ -75,6 +75,6 @@ common:setup:
- | - |
df -h df -h
mount mount
find `realpath /scratch` -mindepth 2 -maxdepth 2 ! -name .links -print0 | du -s --files0-from=- | sort -n > /tmp/df find `realpath /scratch` -mindepth 3 -maxdepth 3 ! -name .links -print0 | du -s --files0-from=- | sort -n > /tmp/df
head /tmp/df head /tmp/df
tail /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