From e0aef9ff2bad916a073a2bde9582d4ce28282532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 16 May 2023 22:15:43 +0200 Subject: [PATCH] test 2021.12, use correct path --- .github/workflows/pilot_repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pilot_repo.yml b/.github/workflows/pilot_repo.yml index 5b4739a7..1e813b20 100644 --- a/.github/workflows/pilot_repo.yml +++ b/.github/workflows/pilot_repo.yml @@ -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 @@ -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'