Skip to content

Commit

Permalink
Merge pull request EESSI#183 from bedroge/fix_pilot_ci
Browse files Browse the repository at this point in the history
Fix pilot repo workflow
  • Loading branch information
ocaisa committed May 16, 2023
2 parents ce6d362 + e0aef9f commit 114f12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pilot_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
EESSI_VERSION:
# note: use string quotes here, to avoid values being interpreted as floating point values...
- '2021.06'
- '2021.12'
EESSI_ARCH:
- aarch64
- ppc64le
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Check compat layer in EESSI pilot repository
env:
EPREFIX: /cvmfs/pilot.eessi-hpc.org/${{matrix.EESSI_VERSION}}/compat/linux/${{matrix.EESSI_ARCH}}
EPREFIX: /cvmfs/pilot.eessi-hpc.org/versions/${{matrix.EESSI_VERSION}}/compat/linux/${{matrix.EESSI_ARCH}}
run: |
# trigger automount
echo '>> ls /cvmfs/pilot.eessi-hpc.org'
Expand Down

0 comments on commit 114f12a

Please sign in to comment.