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 5860e13 commit 7074595Copy full SHA for 7074595
jenkins.bash
@@ -83,8 +83,8 @@ EOF
83
fi
84
if [[ "$version" = "v1.0" ]] && [[ "$CONTAINER" = "docker" ]] && [ $PYTHON_VERSION -eq 3 ]
85
then
86
- tool_ver=master
87
- badgedir=conformance/cwltool/cwl_${version}/cwltool_${tool_ver}
+ tool_ver=$(cwltool --version | awk '{ print $2 }')
+ badgedir=${PWD}/conformance/cwltool/cwl_${version}/cwltool_${tool_ver}
88
mkdir -p "$badgedir"
89
BADGE=" --badgedir=${badgedir}"
90
0 commit comments