Skip to content

Commit 3a419f1

Browse files
committed
allow for spaces in the current working directory
1 parent b1bc9cf commit 3a419f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-cwltool-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ docker build --file=cwltool.Dockerfile --tag=quay.io/commonwl/cwltool .
55

66
docker run -v -it /var/run/docker.sock:/var/run/docker.sock \
77
-v /tmp:/tmp \
8-
-v $PWD:/tmp/cwltool \
8+
-v "$PWD":/tmp/cwltool \
99
quay.io/commonwl/cwltool_module /bin/sh -c \
1010
"apk add gcc bash && pip install -r/tmp/cwltool/test-requirements.txt ; pytest -k 'not test_bioconda and not test_double_overwrite and not test_env_filtering' -n auto --dist=loadfile --pyargs cwltool"
1111

0 commit comments

Comments
 (0)