We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8e65f commit 4f50bfaCopy full SHA for 4f50bfa
.github/workflows/tests_init_module.yml
@@ -28,9 +28,11 @@ jobs:
28
cvmfs_http_proxy: DIRECT
29
cvmfs_repositories: software.eessi.io
30
31
- - name: Fix EESSI version in init scripts
+ - name: Fix EESSI version in lmod init scripts
32
run: |
33
- sed -i "s/__EESSI_VERSION_DEFAULT__/${{matrix.EESSI_VERSION}}/g" init/eessi_defaults
+ for shell in $(ls init/lmod); do
34
+ sed -i "s/__EESSI_VERSION_DEFAULT__/${{matrix.EESSI_VERSION}}/g" init/lmod/${shell}
35
+ done
36
37
- name: Clone assert.sh script
38
run: git clone https://github.com/lehmannro/assert.sh.git
0 commit comments