X-Git-Url: https://git.arvados.org/arvados-dev.git/blobdiff_plain/84cfa56ae6bff1649b73a63c8f23d20a5a87f9ff..0b1b571382be1fbbfb4b2dbb499f0367a798e711:/jenkins/run-cwl-tests.sh diff --git a/jenkins/run-cwl-tests.sh b/jenkins/run-cwl-tests.sh index e65fda1..730261b 100755 --- a/jenkins/run-cwl-tests.sh +++ b/jenkins/run-cwl-tests.sh @@ -200,5 +200,5 @@ fi python -mcwltool specification/cwlsite.cwl specification/cwlsite-job.json --outdir=$PWD/common-workflow-language.github.io cd common-workflow-language.github.io git add --all -git commit -m"Build bot" +git diff-index --quiet HEAD || git commit -m"Build bot" git push