Skip to content

Commit

Permalink
do_cmake.sh: bail out if something goes wrong
Browse files Browse the repository at this point in the history
so we can be aware if some updated submodule reference is missing in our
repo

Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jan 31, 2020
1 parent 5559d8a commit 44ec921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do_cmake.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -x
set -ex

git submodule update --init --recursive

Expand Down

0 comments on commit 44ec921

Please sign in to comment.