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

Update .gitlab-ci.yml

parent 66615392
Branches temp/df
No related tags found
1 merge request!168Draft: run du
Pipeline #111783 passed
......@@ -73,6 +73,7 @@ common:setup:
before_script:
script:
- |
echo $OSDF_ENDPOINT$OSDF_OUTPUT_PREFIX
df -h
mount
find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment