mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Exit travis if script failed.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
d02e50aa9b
commit
5bebb7f8f5
@ -26,7 +26,7 @@ env:
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- name: Linter
|
||||
- name: static-check-make
|
||||
install:
|
||||
- gem install mdl
|
||||
- pip install --user --upgrade pip
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: cephcsi
|
||||
script:
|
||||
- make cephcsi
|
||||
- make cephcsi || travis_terminate 1;
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
|
Loading…
Reference in New Issue
Block a user