File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141 - name : Test eessi_container.sh script
4242 run : |
4343 test_cmd="cat /etc/os-release"
44- out_pattern="Debian GNU/Linux 11 "
44+ out_pattern="Debian GNU/Linux 12 "
4545
4646 if [[ ${{matrix.SCRIPT_TEST}} == 'help' ]]; then
4747 ./eessi_container.sh --help
@@ -116,7 +116,7 @@ jobs:
116116 rm -f ${outfile}
117117
118118 # 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)
119+ test -f ${tmpdir}/ghcr.io_eessi_build_node_debian12 .sif || (echo "Container image not found in ${tmpdir}" >&2 && ls ${tmpdir} && exit 1)
120120
121121 ./eessi_container.sh --verbose --resume ${tmpdir} --mode shell <<< "${test_cmd}" > ${outfile}
122122 cat ${outfile}
You can’t perform that action at this time.
0 commit comments