We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8521c11 commit 98e2c9bCopy full SHA for 98e2c9b
1 file changed
.github/workflows/test_eessi_container_script.yml
@@ -72,7 +72,7 @@ jobs:
72
grep "EESSI/20AB.CD" ${outfile2}
73
74
# test use of --repository None
75
- elif [[ ${{matrix.SCRIPT_TEST}} == 'no_cvmfs_mount' ]]; then
+ elif [[ ${{matrix.SCRIPT_TEST}} == 'no_cvmfs_mounts' ]]; then
76
outfile=out_nocvmfs.txt
77
./eessi_container.sh --verbose --repository None --mode run mount | tee ${outfile}
78
# make sure that there are no CVMFS mounts in the container, i.e. mount does not have any lines line:
0 commit comments