mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
travis: add job to test 'make containerized-build'
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
7381253ee0
commit
2124f6e775
@ -69,6 +69,10 @@ jobs:
|
||||
- make go-test
|
||||
- make mod-check || travis_terminate 1;
|
||||
|
||||
- name: containerized build
|
||||
script:
|
||||
- make containerized-build || travis_terminate 1;
|
||||
|
||||
- name: cephcsi with kube 1.14.10
|
||||
script:
|
||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
||||
|
Loading…
Reference in New Issue
Block a user