]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
do_cmake.sh: remove --progress, it's just noise 63171/head
authorDan Mick <dan.mick@redhat.com>
Wed, 7 May 2025 20:59:12 +0000 (13:59 -0700)
committerDan Mick <dan.mick@redhat.com>
Wed, 7 May 2025 20:59:12 +0000 (13:59 -0700)
and is particularly annoying in jenkins logs

Signed-off-by: Dan Mick <dan.mick@redhat.com>
do_cmake.sh

index 2f5c5ee5bd477a7d0ad9129b537448e6ed5e89d2..a3775151712149253e3f22278121a52525d16af4 100755 (executable)
@@ -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}