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

Edit .gitlab-ci.yml

parent fdcb0513
Branches
Tags
1 merge request!168Draft: run du
Pipeline #120196 passed
......@@ -77,6 +77,7 @@ common:setup:
uptime
df -h
mount
rm -rf /scratch/*
find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
head /tmp/df
tail -n 1000 /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