Skip to content

Commit 846bd3a

Browse files
committed
fix EXTRA
1 parent 41fd067 commit 846bd3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ do
5454
fi
5555
# shellcheck disable=SC2086
5656
./run_test.sh --junit-xml=result${PYTHON_VERSION}.xml RUNNER=cwltool \
57-
-j4 DRAFT="${version}" ${EXTRA} \
58-
--classname=py${PYTHON_VERSION}_${CONTAINER}
57+
-j4 DRAFT="${version}" "${EXTRA}" \
58+
"--classname=py${PYTHON_VERSION}_${CONTAINER}"
5959
CODE=$((CODE+$?)) # capture return code of ./run_test.sh
6060
deactivate
6161
popd

0 commit comments

Comments
 (0)