Skip to content

Commit 229f1ad

Browse files
committed
fix CI for eessi_container.sh script after changes to default container image (now Debian 12)
1 parent f1e2774 commit 229f1ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_eessi_container_script.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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}

0 commit comments

Comments
 (0)