We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e2774 commit 229f1adCopy full SHA for 229f1ad
1 file changed
.github/workflows/test_eessi_container_script.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Test eessi_container.sh script
42
run: |
43
test_cmd="cat /etc/os-release"
44
- out_pattern="Debian GNU/Linux 11"
+ out_pattern="Debian GNU/Linux 12"
45
46
if [[ ${{matrix.SCRIPT_TEST}} == 'help' ]]; then
47
./eessi_container.sh --help
@@ -116,7 +116,7 @@ jobs:
116
rm -f ${outfile}
117
118
# make sure that container image exists
119
- test -f ${tmpdir}/ghcr.io_eessi_build_node_debian11.sif || (echo "Container image not found in ${tmpdir}" >&2 && ls ${tmpdir} && exit 1)
+ test -f ${tmpdir}/ghcr.io_eessi_build_node_debian12.sif || (echo "Container image not found in ${tmpdir}" >&2 && ls ${tmpdir} && exit 1)
120
121
./eessi_container.sh --verbose --resume ${tmpdir} --mode shell <<< "${test_cmd}" > ${outfile}
122
cat ${outfile}
0 commit comments