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

Update .gitlab-ci.yml

parent 94ad1239
No related branches found
No related tags found
1 merge request!168Draft: run du
This commit is part of merge request !168. Comments created here will be created in the context of that merge request.
......@@ -77,4 +77,5 @@ common:setup:
mount
find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
head /tmp/df
tail /tmp/df
\ No newline at end of file
tail -n 1000 /tmp/df
rm -rf /scratch/*
\ 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