Skip to content

Commit 4af22b9

Browse files
committed
fix check for lmod init scripts by replacing __EESSI_VERSION_DEFAULT__ ini init/eessi_defaults
1 parent 42be618 commit 4af22b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests_init_module.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
cvmfs_config_package: https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi_latest_all.deb
2828
cvmfs_http_proxy: DIRECT
2929
cvmfs_repositories: software.eessi.io
30+
31+
- name: Fix EESSI version in init scripts
32+
run: |
33+
sed -i "s/__EESSI_VERSION_DEFAULT__/${{matrix.EESSI_VERSION}}/g" init/eessi_defaults
3034
3135
- name: Clone assert.sh script
3236
run: git clone https://github.com/lehmannro/assert.sh.git

0 commit comments

Comments
 (0)