From f3ff20e128cc6fa399aa8cbf3e86e095cde05134 Mon Sep 17 00:00:00 2001 From: Miguel Angel Ajo Pelayo Date: Fri, 13 Mar 2020 12:15:24 +0100 Subject: [PATCH] Update travis.yml to fail if deployment fails --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 576c5d3..8ab517f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ script: after_success: - > if [ $TRAVIS_BRANCH = 'master' ] && [ $TRAVIS_PULL_REQUEST = 'false' ]; then + set -e for dir in submariner submariner-k8s-broker; do helm dep update $dir helm package $dir