We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce6d362 + e0aef9f commit 114f12aCopy full SHA for 114f12a
.github/workflows/pilot_repo.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
EESSI_VERSION:
19
# note: use string quotes here, to avoid values being interpreted as floating point values...
20
- - '2021.06'
+ - '2021.12'
21
EESSI_ARCH:
22
- aarch64
23
- ppc64le
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Check compat layer in EESSI pilot repository
47
env:
48
- 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}}
49
run: |
50
# trigger automount
51
echo '>> ls /cvmfs/pilot.eessi-hpc.org'
0 commit comments