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 770139a commit bdd34ddCopy full SHA for bdd34dd
.github/workflows/container_tests.yml
@@ -89,4 +89,5 @@ jobs:
89
export EASYBUILD_CONTAINERPATH=$PWD
90
export EASYBUILD_CONTAINER_CONFIG='bootstrap=yum,osversion=7'
91
eb bzip2-1.0.8.eb --containerize --experimental --container-build-image
92
- test -f bzip2-1.0.8.sif
+ singularity exec bzip2-1.0.8.sif command -v bzip2 | grep '/app/software/bzip2/1.0.8/bin/bzip2' || (echo "Path to bzip2 '$which_bzip2' is not correct" && exit 1)
93
+ singularity exec bzip2-1.0.8.sif bzip2 --help
0 commit comments