From 66615392bafe0b354df4f2bcb9338334912b2741 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dkalinkin@bnl.gov> Date: Sun, 9 Feb 2025 07:46:01 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc80c11c..fe99e3e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,10 +73,8 @@ common:setup: before_script: script: - | - #df -h - #mount - #find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df - #head /tmp/df - #tail -n 1000 /tmp/df - ls -la /scratch/detector_benchmarks_111244/sim_output/zdc_sigma/epic_zdc_sipm_on_tile_only_rec_sigma_dec_125GeV_0.edm4eic.root - 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 + df -h + mount + 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 -- GitLab