Update travis.yml to fail if deployment fails

This commit is contained in:
Miguel Angel Ajo Pelayo
2020-03-13 12:15:24 +01:00
committed by GitHub
parent 535256f640
commit f3ff20e128
+1
View File
@@ -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