Skip to content

Commit

Permalink
fix(ci): ensure eic_container gets right DETECTOR_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Sep 10, 2024
1 parent 8c1b525 commit bbd5be4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,17 +522,22 @@ jobs:
if: ${{ github.event_name != 'merge_group' && github.actor != 'dependabot[bot]' }}
needs: [check-overlap-tgeo, check-overlap-geant4-fast]
steps:
- uses: eic/trigger-gitlab-ci@v2
- uses: eic/trigger-gitlab-ci@v3
id: trigger
with:
url: https://eicweb.phy.anl.gov
project_id: 290
token: ${{ secrets.EICWEB_CONTAINER_TRIGGER }}
ref_name: master
variables: |
DETECTOR=epic
DETECTOR_REPOSITORYURL=${{ github.server_url }}/${{ github.repository }}
DETECTOR_VERSION=${{ github.sha }}
DETECTOR_CONFIG=epic_craterlake
GITHUB_REPOSITORY=${{ github.repository }}
GITHUB_SHA=${{ github.event.pull_request.head.sha || github.sha }}
GITHUB_PR=${{ github.event.pull_request.number }}
PIPELINE_NAME=${{ github.event.pull_request.title || github.ref_name }}
EPICEIC_VERSION="${{ github.event.pull_request.head.ref || github.ref_name }}"
- run: |
gh api \
Expand Down

0 comments on commit bbd5be4

Please sign in to comment.