We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8fdfd commit 986f58dCopy full SHA for 986f58d
1 file changed
.github/workflows/tests_scripts.yml
@@ -113,7 +113,7 @@ jobs:
113
114
# scripts need to be copied to /tmp,
115
# since create_directory_tarballs.sh must be accessible from within build container
116
- ./eessi_container.sh --mode run --verbose /software-layer-scripts/create_directory_tarballs.sh 2023.06
+ ./eessi_container.sh --mode run --verbose /software-layer-scripts/create_directory_tarballs.sh "${{matrix.EESSI_VERSION}}"
117
# check if tarballs have been produced
118
ls -l *.tar.gz
119
0 commit comments