mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +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:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- name: Linter
|
- name: static-check-make
|
||||||
install:
|
install:
|
||||||
- gem install mdl
|
- gem install mdl
|
||||||
- pip install --user --upgrade pip
|
- pip install --user --upgrade pip
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
- name: cephcsi
|
- name: cephcsi
|
||||||
script:
|
script:
|
||||||
- make cephcsi
|
- make cephcsi || travis_terminate 1;
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
|
Loading…
Reference in New Issue
Block a user