File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 88
88
89
89
git -C conformance config user.email
" [email protected] "
90
90
git -C conformance config user.name " CWL Jenkins build bot"
91
+ CONFORMANCE_MSG=$( cat << EOM
92
+ Conformance test of cwltool ${tool_ver} for CWL ${version}
93
+ Commit: ${GIT_COMMIT}
94
+ Python version: ${PYTHON_VERSION}
95
+ Container: ${CONTAINER}
96
+ EOM
97
+ )
91
98
92
99
tool_ver=$( cwltool --version | awk ' { print $2 }' )
93
100
badgedir=${PWD} /conformance/cwltool/cwl_${version} /cwltool_${tool_ver}
108
115
if [ -d conformance ]
109
116
then
110
117
git -C conformance add --all
111
- git -C conformance diff-index --quiet HEAD || git -C conformance commit -m " CWL Jenkins Build bot "
118
+ git -C conformance diff-index --quiet HEAD || git -C conformance commit -m " ${CONFORMANCE_MSG} "
112
119
git -C conformance push http://
${jenkins_cwl_conformance} :
[email protected] /common-workflow-language/conformance.git
113
120
fi
114
121
You can’t perform that action at this time.
0 commit comments