Skip to content

Commit 2ae8117

Browse files
authored
Merge pull request #1192 from common-workflow-language/push-to-conformance
Provide cwltool_latest for badges
2 parents a0f7d43 + a335fbd commit 2ae8117

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jenkins.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ EOM
114114

115115
if [ -d conformance ]
116116
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
117119
git -C conformance add --all
118120
git -C conformance diff-index --quiet HEAD || git -C conformance commit -m "${CONFORMANCE_MSG}"
119121
git -C conformance push http://${jenkins_cwl_conformance}:[email protected]/common-workflow-language/conformance.git

0 commit comments

Comments
 (0)