Skip to content

Commit b8f660c

Browse files
authored
let cwltool make the badgedir itself
1 parent 7074595 commit b8f660c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ EOF
8585
then
8686
tool_ver=$(cwltool --version | awk '{ print $2 }')
8787
badgedir=${PWD}/conformance/cwltool/cwl_${version}/cwltool_${tool_ver}
88-
mkdir -p "$badgedir"
88+
mkdir -p ${PWD}/conformance/cwltool/cwl_${version}/
8989
BADGE=" --badgedir=${badgedir}"
9090
fi
9191
# shellcheck disable=SC2086

0 commit comments

Comments
 (0)