[ARVADOS-DEV] updated: fbce5ceda30fd45c1834d487ed882f394352ef8a
git at public.curoverse.com
git at public.curoverse.com
Tue Jun 9 16:41:02 EDT 2015
Summary of changes:
jenkins/run-cwl-tests.sh | 14 ++++++++++++++
1 file changed, 14 insertions(+)
via fbce5ceda30fd45c1834d487ed882f394352ef8a (commit)
from b9bcac3ebad592ae9a620f26b3841986c63614e8 (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 fbce5ceda30fd45c1834d487ed882f394352ef8a
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Jun 9 16:40:47 2015 -0400
Automatically build and upload documentation site. no issue #
diff --git a/jenkins/run-cwl-tests.sh b/jenkins/run-cwl-tests.sh
index dcb0285..ac7de4f 100755
--- a/jenkins/run-cwl-tests.sh
+++ b/jenkins/run-cwl-tests.sh
@@ -177,3 +177,17 @@ if [[ "$UPLOAD_DOCKER" != 0 ]]; then
docker push commonworkflowlanguage/cwltool
docker push commonworkflowlanguage/nodejs-engine
fi
+
+# Setup virtualenv and build documentation.
+
+virtualenv ../venv
+. ../venv/bin/activate
+python setup.py install
+cd ..
+
+git clone git at github.com:common-workflow-language/common-workflow-language.github.io.git
+python -mcwltool specification/cwlsite.cwl specification/cwlsite-job.json --outdir=common-workflow-language.github.io
+cd common-workflow-language.github.io
+git add --all
+git commit -m"Build bot"
+git push
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list