Skip to content

Commit 114f12a

Browse files
authored
Merge pull request #183 from bedroge/fix_pilot_ci
Fix pilot repo workflow
2 parents ce6d362 + e0aef9f commit 114f12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pilot_repo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
EESSI_VERSION:
1919
# note: use string quotes here, to avoid values being interpreted as floating point values...
20-
- '2021.06'
20+
- '2021.12'
2121
EESSI_ARCH:
2222
- aarch64
2323
- ppc64le
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Check compat layer in EESSI pilot repository
4747
env:
48-
EPREFIX: /cvmfs/pilot.eessi-hpc.org/${{matrix.EESSI_VERSION}}/compat/linux/${{matrix.EESSI_ARCH}}
48+
EPREFIX: /cvmfs/pilot.eessi-hpc.org/versions/${{matrix.EESSI_VERSION}}/compat/linux/${{matrix.EESSI_ARCH}}
4949
run: |
5050
# trigger automount
5151
echo '>> ls /cvmfs/pilot.eessi-hpc.org'

0 commit comments

Comments
 (0)