From 5b87b9b15d3f4d298061888e9b1b0e6476bb6da6 Mon Sep 17 00:00:00 2001
From: Dmitry Kalinkin <dkalinkin@bnl.gov>
Date: Wed, 5 Feb 2025 22:48:46 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2be97ae..cc80c11c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -73,9 +73,10 @@ 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
-      rm -rf /scratch/*
\ 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
+      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
-- 
GitLab