Skip to content

Commit 9a7047b

Browse files
authored
Merge pull request #474 from common-workflow-language/unify-jenkins
build-cwl-docker.sh only for v1.0 conf test
2 parents 0018e53 + e22ddbf commit 9a7047b

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
@@ -37,7 +37,7 @@ fi
3737
./run_test.sh --junit-xml=result.xml RUNNER=cwltool -j4 DRAFT="${version}" ${EXTRA}
3838
CODE=$?
3939
popd
40-
if [ "$GIT_BRANCH" = "origin/master" ]
40+
if [ "$GIT_BRANCH" = "origin/master" ] && [[ "$version" = "v1.0" ]]
4141
then
4242
./build-cwl-docker.sh && docker push commonworkflowlanguage/cwltool_module && docker push commonworkflowlanguage/cwltool
4343
fi

0 commit comments

Comments
 (0)