[ARVADOS-DEV] updated: 4c0df68911f259222951180296698bf4e8e5840f

Git user git at public.arvados.org
Wed Aug 19 02:19:58 UTC 2020


Summary of changes:
 jenkins/run-deploy.sh | 2 ++
 1 file changed, 2 insertions(+)

       via  4c0df68911f259222951180296698bf4e8e5840f (commit)
      from  c186f7ec475170fe8f5bd4f800e28e062813ae5d (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 4c0df68911f259222951180296698bf4e8e5840f
Author: Ward Vandewege <ward at curii.com>
Date:   Tue Aug 18 22:19:36 2020 -0400

    Make run-deploy.sh run with set -e, always. We need to know when it
    fails.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index d4d5c17..574e040 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -4,6 +4,8 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
+set -e
+
 DEBUG=0
 UNMANAGED=0
 SSH_PORT=22

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list