[ARVADOS] updated: 1.3.0-1906-g6361b15d3

Git user git at public.curoverse.com
Fri Nov 22 17:54:58 UTC 2019


Summary of changes:
 build/run-tests.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  6361b15d39bdb78b5b1f8ca696fae543c677848c (commit)
      from  66f6a487050e1cdb3fda6a32f195eb1913c83241 (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 6361b15d39bdb78b5b1f8ca696fae543c677848c
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Fri Nov 22 12:54:32 2019 -0500

    15866: Abandon services/api install if bundle fails.
    
    refs #15866
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index 38005070c..fc0c1016d 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -933,7 +933,8 @@ install_services/login-sync() {
 install_services/api() {
     stop_services
     cd "$WORKSPACE/services/api" \
-        && RAILS_ENV=test bundle_install_trylocal
+        && RAILS_ENV=test bundle_install_trylocal \
+            || return 1
 
     rm -f config/environments/test.rb
     cp config/environments/test.rb.example config/environments/test.rb

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list