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