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
Tags
1 merge request!168Draft: run du
......@@ -74,4 +74,7 @@ common:setup:
script:
- |
df -h
mount
\ No newline at end of file
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