Skip to content

Commit cf374b6

Browse files
committed
do_cmake.sh: remove --progress, it's just noise
and is particularly annoying in jenkins logs Signed-off-by: Dan Mick <[email protected]>
1 parent e0958b5 commit cf374b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

do_cmake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -ex
33

44
if [ -d .git ]; then
5-
git submodule update --init --recursive --progress --recommend-shallow
5+
git submodule update --init --recursive --recommend-shallow
66
fi
77

88
: ${BUILD_DIR:=build}

0 commit comments

Comments
 (0)