Skip to content

Commit

Permalink
bugfix-call-run-script-from-repo
Browse files Browse the repository at this point in the history
Call run script from repo instead of version that's inside the container
  • Loading branch information
rahmans1 authored Dec 18, 2024
1 parent ed8757a commit 2ba565d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2ba565d

Please sign in to comment.