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 08cac18 commit 773e6f4Copy full SHA for 773e6f4
jenkins.bash
@@ -114,6 +114,7 @@ EOM
114
115
if [ -d conformance ]
116
then
117
+ cp -r conformance/cwltool/cwl_${version}/cwltool_${tool_ver} conformance/cwltool/cwl_${version}/cwltool_latest
118
git -C conformance add --all
119
git -C conformance diff-index --quiet HEAD || git -C conformance commit -m "${CONFORMANCE_MSG}"
120
git -C conformance push http://${jenkins_cwl_conformance}:[email protected]/common-workflow-language/conformance.git
0 commit comments