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 42be618 commit 4af22b9Copy full SHA for 4af22b9
.github/workflows/tests_init_module.yml
@@ -27,6 +27,10 @@ jobs:
27
cvmfs_config_package: https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi_latest_all.deb
28
cvmfs_http_proxy: DIRECT
29
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
34
35
- name: Clone assert.sh script
36
run: git clone https://github.com/lehmannro/assert.sh.git
0 commit comments