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 0018e53 + e22ddbf commit 9a7047bCopy full SHA for 9a7047b
jenkins.bash
@@ -37,7 +37,7 @@ fi
37
./run_test.sh --junit-xml=result.xml RUNNER=cwltool -j4 DRAFT="${version}" ${EXTRA}
38
CODE=$?
39
popd
40
-if [ "$GIT_BRANCH" = "origin/master" ]
+if [ "$GIT_BRANCH" = "origin/master" ] && [[ "$version" = "v1.0" ]]
41
then
42
./build-cwl-docker.sh && docker push commonworkflowlanguage/cwltool_module && docker push commonworkflowlanguage/cwltool
43
fi
0 commit comments