Skip to content

Commit

Permalink
More updates to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Wallace committed Jan 29, 2025
1 parent fd55175 commit c7b00ee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/EventRates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ jobs:
image: ghcr.io/dune/mach3:alma9test
shell: bash
options: -v /cvmfs:/cvmfs:shared
run: |
run: |
mkdir inputs/DUNE_spline_files inputs/DUNE_CAF_files
ln -sf \
/cvmfs/dune.osgstorage.org/pnfs/fnal.gov/usr/dune/persistent/stash/MaCh3/inputs/TDR/v2/DUNE_2021_FD_splines inputs/DUNE_spline_files
/cvmfs/dune.osgstorage.org/pnfs/fnal.gov/usr/dune/persistent/stash/MaCh3/inputs/TDR/v2/DUNE_2021_FD_splines/* inputs/DUNE_spline_files
ln -sf \
/cvmfs/dune.osgstorage.org/pnfs/fnal.gov/usr/dune/persistent/stash/MaCh3/inputs/TDR/v2/DUNE_2023_FD_CAFs inputs/DUNE_CAF_files
/cvmfs/dune.osgstorage.org/pnfs/fnal.gov/usr/dune/persistent/stash/MaCh3/inputs/TDR/v2/DUNE_2023_FD_CAFs/* inputs/DUNE_CAF_files
source ./bin/setup.MaCh3.sh
source ./bin/setup.NuOscillator.sh
Expand Down

0 comments on commit c7b00ee

Please sign in to comment.