X-Git-Url: https://git.arvados.org/arvados-dev.git/blobdiff_plain/ef45c8676d34405a2c99ffa51c258b8cb7b6777a..121e7a814e34136e77191f2eb1951ad27a623453:/jenkins/run-cwl-tests.sh diff --git a/jenkins/run-cwl-tests.sh b/jenkins/run-cwl-tests.sh index 1a15e56..730261b 100755 --- a/jenkins/run-cwl-tests.sh +++ b/jenkins/run-cwl-tests.sh @@ -192,9 +192,13 @@ if test -d common-workflow-language.github.io ; then cd .. else git clone git@github.com:common-workflow-language/common-workflow-language.github.io.git + cd common-workflow-language.github.io + git config user.email "sysadmin@curoverse.com" + git config user.name "Curoverse build bot" + cd .. 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