Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
fix: setup.sh -> bin/thisepic.sh (#15)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This PR changes instances of setup.sh to bin/thisepic.sh

### What kind of change does this PR introduce?
- [x] Bug fix (issue #__)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __

### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators

### Does this PR introduce breaking changes? What changes might users
need to make to their code?
No.

### Does this PR change default behavior?
No.
  • Loading branch information
wdconinc authored May 16, 2024
1 parent 59bf5c6 commit d69ff31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
setup: /opt/detector/setup.sh
setup: /opt/detector/epic-main/bin/thisepic.sh
run: |
test "$(scripts/generate.sh)" = "e-_1GeV_45to135deg.steer"
scripts/generate.sh && test -f e-_1GeV_45to135deg.steer
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
setup: /opt/detector/setup.sh
setup: /opt/detector/epic-main/bin/thisepic.sh
run: |
scripts/run.sh EVGEN/SINGLE/e-/1GeV/45to135deg/e-_1GeV_45to135deg.steer 100
Expand All @@ -53,6 +53,6 @@ jobs:
- uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
setup: /opt/detector/setup.sh
setup: /opt/detector/epic-main/bin/thisepic.sh
run: |
scripts/run.sh EVGEN/SINGLE/pi+/1GeV/3to50deg/pi+_1GeV_3to50deg.steer 100 0001
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test -f .machine.ad && cat .machine.ad

# Load container environment (include ${DETECTOR_VERSION})
export DETECTOR_CONFIG_REQUESTED=${DETECTOR_CONFIG:-}
source /opt/detector/epic-${DETECTOR_VERSION:-nightly}/setup.sh
source /opt/detector/epic-${DETECTOR_VERSION:-nightly}/bin/thisepic.sh
export DETECTOR_CONFIG=${DETECTOR_CONFIG_REQUESTED:-${DETECTOR_CONFIG:-$DETECTOR}}

# Argument parsing
Expand Down

0 comments on commit d69ff31

Please sign in to comment.