mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
do_cmake.sh: bail out if something goes wrong
so we can be aware if some updated submodule reference is missing in our repo Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
5559d8ab4d
commit
44ec921b44
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
set -ex
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user