[ARVADOS-DEV] updated: c5dfc8a4b24c4da0a83e8bd759b361b6d1080955

git at public.curoverse.com git at public.curoverse.com
Wed Jun 10 14:43:50 EDT 2015


Summary of changes:
 jenkins/run-cwl-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  c5dfc8a4b24c4da0a83e8bd759b361b6d1080955 (commit)
      from  84cfa56ae6bff1649b73a63c8f23d20a5a87f9ff (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 c5dfc8a4b24c4da0a83e8bd759b361b6d1080955
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Jun 10 14:43:59 2015 -0400

    CWL script won't fail when there are no documentation changes to commit. no issue #

diff --git a/jenkins/run-cwl-tests.sh b/jenkins/run-cwl-tests.sh
index e65fda1..730261b 100755
--- a/jenkins/run-cwl-tests.sh
+++ b/jenkins/run-cwl-tests.sh
@@ -200,5 +200,5 @@ 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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list