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

Update .gitlab-ci.yml

parent 0edb7797
Branches
No related tags found
1 merge request!168Draft: run du
...@@ -75,3 +75,6 @@ common:setup: ...@@ -75,3 +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
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