mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 20:20:35 +00:00
Update travis.yml to fail if deployment fails
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user