Skip to content

Commit 3cb981d

Browse files
committed
Generate conformance badges only for the tests of master branch
1 parent 6e572d3 commit 3cb981d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ EOF
8181
then
8282
EXTRA="EXTRA=${EXTRA}"
8383
fi
84-
if [[ "$version" = "v1.0" ]] && [[ "$CONTAINER" = "docker" ]] && [ $PYTHON_VERSION -eq 3 ]
84+
if [ "$GIT_BRANCH" = "origin/master" ] && [[ "$version" = "v1.0" ]] && [[ "$CONTAINER" = "docker" ]] && [ $PYTHON_VERSION -eq 3 ]
8585
then
8686
rm -Rf conformance
8787
git clone http://${jenkins_cwl_conformance}@github.com/common-workflow-language/conformance.git

0 commit comments

Comments
 (0)