We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badfeba commit d96fb6fCopy full SHA for d96fb6f
.github/workflows/test_eessi_container_script.yml
@@ -139,6 +139,7 @@ jobs:
139
# test use of --overlay-tool unionfs
140
elif [[ ${{matrix.SCRIPT_TEST}} == 'unionfs' ]]; then
141
container="docker://ghcr.io/eessi/build-node:debian12"
142
+ export SINGULARITY_BIND="$PWD:/test"
143
echo 'ls -ld /cvmfs*/software.eessi.io/*' > test_script.sh
144
chmod u+x test_script.sh
145
./eessi_container.sh --verbose --container ${container} --access rw --overlay-tool unionfs --mode run /test/test_script.sh 2>&1 | tee ${outfile}
0 commit comments