File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -97,19 +97,7 @@ if [[ "$VERSION" = *dev* ]]
97
97
then
98
98
CWLTOOL_OPTIONS+=" --enable-dev"
99
99
fi
100
- if [[ " $CONTAINER " = " singularity" ]]; then
101
- CWLTOOL_OPTIONS+=" --singularity"
102
- # This test fails because Singularity and Docker have
103
- # different views on how to deal with this.
104
- exclusions+=(docker_entrypoint)
105
- if [[ " ${VERSION} " = " v1.1" ]]; then
106
- # This fails because of a difference (in Singularity vs Docker) in
107
- # the way filehandles are passed to processes in the container and
108
- # wc can tell somehow.
109
- # See issue #1440
110
- exclusions+=(stdin_shorcut)
111
- fi
112
- elif [[ " $CONTAINER " = " podman" ]]; then
100
+ if [[ " $CONTAINER " = " podman" ]]; then
113
101
CWLTOOL_OPTIONS+=" --podman"
114
102
fi
115
103
You can’t perform that action at this time.
0 commit comments