Skip to content

Commit

Permalink
fix: celeritas set detector_config=${{matrix.detector_config}}
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored and rahmans1 committed Nov 26, 2024
1 parent bfa292f commit 52e4fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/celeritas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
# convert to gdml, but with sensitive detectors included
scripts/convert_to_gdml.py --compact $DETECTOR_PATH/${{matrix.detector_config}}.xml --output ${{matrix.detector_config}}.gdml | sed '/G4Exception-START/,+7d'
# create celeritas input file from template
export detector_config=${{matrix.detector_config}}
cat .github/workflows/celeritas.json | envsubst > ${{matrix.detector_config}}.json
# copy remote file
xrdcp root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/CI/pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.hepmc .
Expand Down

0 comments on commit 52e4fb6

Please sign in to comment.