mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
do_cmake.sh: remove --progress, it's just noise
and is particularly annoying in jenkins logs Signed-off-by: Dan Mick <dan.mick@redhat.com>
This commit is contained in:
parent
e0958b50ee
commit
cf374b677f
@ -2,7 +2,7 @@
|
||||
set -ex
|
||||
|
||||
if [ -d .git ]; then
|
||||
git submodule update --init --recursive --progress --recommend-shallow
|
||||
git submodule update --init --recursive --recommend-shallow
|
||||
fi
|
||||
|
||||
: ${BUILD_DIR:=build}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user