Set default identity for cwl repo pushes. no issue #
authorPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 10 Jun 2015 14:49:18 +0000 (10:49 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 10 Jun 2015 14:49:18 +0000 (10:49 -0400)
jenkins/run-cwl-tests.sh

index 1a15e562eb3447f2db163557077d99b6067f1c96..e65fda138180d84d92d4f3e3cd7766a91a960d21 100755 (executable)
@@ -192,6 +192,10 @@ 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