[ARVADOS-DEV] updated: 1e7b6aa1f16e06b796e3ed3f66c48f38a9287a5d

git at public.curoverse.com git at public.curoverse.com
Fri May 22 15:32:56 EDT 2015


Summary of changes:
 jenkins/run-docker-tests.sh | 131 ++++++++++++++++++++++++++++++--------------
 1 file changed, 89 insertions(+), 42 deletions(-)

       via  1e7b6aa1f16e06b796e3ed3f66c48f38a9287a5d (commit)
       via  bb48082657c79156ad9af20d71c1ca73eafdf0fa (commit)
       via  6a1a627a78a021aa164bfd1136bb5396e1defd95 (commit)
      from  2b9864be33a42c3f9f612fcb3cf51e46c040a354 (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 1e7b6aa1f16e06b796e3ed3f66c48f38a9287a5d
Merge: 2b9864b bb48082
Author: Nico Cesar <nico at nicocesar.com>
Date:   Fri May 22 15:32:41 2015 -0400

    Merge branch '6035-docker-upload-option'
    
    closes #6035


commit bb48082657c79156ad9af20d71c1ca73eafdf0fa
Author: Nico Cesar <nico at nicocesar.com>
Date:   Fri May 22 15:18:14 2015 -0400

    style and fashion for classy 'if' statements
    
    refs #6035

diff --git a/jenkins/run-docker-tests.sh b/jenkins/run-docker-tests.sh
index 5dcc167..f0afccb 100755
--- a/jenkins/run-docker-tests.sh
+++ b/jenkins/run-docker-tests.sh
@@ -125,7 +125,7 @@ title "uploading images"
 
 timer_reset
 
-if [[ ! "$ECODE" == "0" ]]; then
+if [[ "$ECODE" != "0" ]]; then
     title "upload arvados images SKIPPED because build failed"
 else
     if [[ $upload == true ]]; then 
@@ -160,7 +160,7 @@ title "docker build java-bwa-samtools complete (`timer`)"
 
 timer_reset
 
-if [[ ! "$ECODE" == "0" ]]; then
+if [[ "$ECODE" != "0" ]]; then
     title "upload arvados/jobs image SKIPPED because build failed"
 else
     if [[ $upload == true ]]; then 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list