Skip to content

Commit 42be618

Browse files
committed
fix check for init scripts by replacing __EESSI_VERSION_DEFAULT__ ini init/eessi_defaults
1 parent 7a3a54d commit 42be618

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests_eessi_module.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ jobs:
8484
cvmfs_config_package: https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi_latest_all.deb
8585
cvmfs_http_proxy: DIRECT
8686
cvmfs_repositories: software.eessi.io
87+
88+
- name: Fix EESSI version in init scripts
89+
run: |
90+
sed -i "s/__EESSI_VERSION_DEFAULT__/${{matrix.EESSI_VERSION}}/g" init/eessi_defaults
8791
8892
- name: Test for expected variables match between Lmod init script and original bash script
8993
run: |

0 commit comments

Comments
 (0)