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

Update .gitlab-ci.yml

parent 5f545e4a
Branches
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.
...@@ -73,9 +73,10 @@ common:setup: ...@@ -73,9 +73,10 @@ common:setup:
before_script: before_script:
script: script:
- | - |
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
head /tmp/df #head /tmp/df
tail -n 1000 /tmp/df #tail -n 1000 /tmp/df
rm -rf /scratch/* ls -la /scratch/detector_benchmarks_111244/sim_output/zdc_sigma/epic_zdc_sipm_on_tile_only_rec_sigma_dec_125GeV_0.edm4eic.root
\ No newline at end of file ls -la `readlink /scratch/detector_benchmarks_111244/sim_output/zdc_sigma/epic_zdc_sipm_on_tile_only_rec_sigma_dec_125GeV_0.edm4eic.root`
\ 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