[ARVADOS-DEV] updated: 84cfa56ae6bff1649b73a63c8f23d20a5a87f9ff
git at public.curoverse.com
git at public.curoverse.com
Wed Jun 10 10:49:07 EDT 2015
Summary of changes:
jenkins/run-cwl-tests.sh | 4 ++++
1 file changed, 4 insertions(+)
via 84cfa56ae6bff1649b73a63c8f23d20a5a87f9ff (commit)
from ef45c8676d34405a2c99ffa51c258b8cb7b6777a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 84cfa56ae6bff1649b73a63c8f23d20a5a87f9ff
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Jun 10 10:49:18 2015 -0400
Set default identity for cwl repo pushes. no issue #
diff --git a/jenkins/run-cwl-tests.sh b/jenkins/run-cwl-tests.sh
index 1a15e56..e65fda1 100755
--- a/jenkins/run-cwl-tests.sh
+++ b/jenkins/run-cwl-tests.sh
@@ -192,6 +192,10 @@ if test -d common-workflow-language.github.io ; then
cd ..
else
git clone git at github.com:common-workflow-language/common-workflow-language.github.io.git
+ cd common-workflow-language.github.io
+ git config user.email "sysadmin at 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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list