Merge branch '6388-centos-packages-wip'
[arvados-dev.git] / jenkins / run-cwl-tests.sh
index 1a15e562eb3447f2db163557077d99b6067f1c96..730261b575d41d94cf14f37439bbbc8afe4e7fae 100755 (executable)
@@ -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