Skip to content
Snippets Groups Projects

Draft: run du

Open Dmitry Kalinkin requested to merge temp/df into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -73,6 +73,7 @@ common:setup:
@@ -73,6 +73,7 @@ common:setup:
before_script:
before_script:
script:
script:
- |
- |
 
echo $OSDF_ENDPOINT$OSDF_OUTPUT_PREFIX
df -h
df -h
mount
mount
find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
Loading