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 6e572d3 commit 3cb981dCopy full SHA for 3cb981d
jenkins.bash
@@ -81,7 +81,7 @@ EOF
81
then
82
EXTRA="EXTRA=${EXTRA}"
83
fi
84
- if [[ "$version" = "v1.0" ]] && [[ "$CONTAINER" = "docker" ]] && [ $PYTHON_VERSION -eq 3 ]
+ if [ "$GIT_BRANCH" = "origin/master" ] && [[ "$version" = "v1.0" ]] && [[ "$CONTAINER" = "docker" ]] && [ $PYTHON_VERSION -eq 3 ]
85
86
rm -Rf conformance
87
git clone http://${jenkins_cwl_conformance}@github.com/common-workflow-language/conformance.git
0 commit comments