From 2ba565d1d260735ceb93cff27c4926f00740541b Mon Sep 17 00:00:00 2001 From: Sakib Rahman Date: Wed, 18 Dec 2024 16:56:56 -0500 Subject: [PATCH] bugfix-call-run-script-from-repo Call run script from repo instead of version that's inside the container --- .github/workflows/run_prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_prod.yml b/.github/workflows/run_prod.yml index 20d69c5..d55b750 100644 --- a/.github/workflows/run_prod.yml +++ b/.github/workflows/run_prod.yml @@ -24,11 +24,11 @@ jobs: DETECTOR_VERSION="main" \ COPYRECO=FALSE \ COPYLOG=FALSE \ - /opt/campaigns/hepmc3/run.sh /work/eic2/EPIC/EVGEN/DIS/NC/18x275/minQ2=1/pythia8NCDIS_18x275_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1 hepmc3.tree.root 10 + scripts/run.sh /work/eic2/EPIC/EVGEN/DIS/NC/18x275/minQ2=1/pythia8NCDIS_18x275_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1 hepmc3.tree.root 10 # Test running singles file DETECTOR_CONFIG="epic_craterlake" \ DETECTOR_VERSION="main" \ COPYRECO=FALSE \ COPYLOG=FALSE \ - /opt/campaigns/hepmc3/run.sh /work/eic2/EPIC/EVGEN/SINGLE/e+/100MeV/130to177deg/e+_100MeV_130to177deg steer 10 + scripts/run.sh /work/eic2/EPIC/EVGEN/SINGLE/e+/100MeV/130to177deg/e+_100MeV_130to177deg steer 10