X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fcmake-sonar.sh;fp=shell%2Fcmake-sonar.sh;h=43e776f84234c47d67b9e795d69c8e35d4e350f9;hb=c63e147ab10c5b00b2dfdac6df62ee9ef6dd8442;hp=0a41a95a51df99cc2aaf1a600475242a31b8d527;hpb=3ca80e4b7818ebe309abc3ddcabe7086f1ed2d18;p=releng%2Fglobal-jjb.git diff --git a/shell/cmake-sonar.sh b/shell/cmake-sonar.sh index 0a41a95a..43e776f8 100644 --- a/shell/cmake-sonar.sh +++ b/shell/cmake-sonar.sh @@ -21,14 +21,14 @@ make_opts="${MAKE_OPTS:-}" set -ex -o pipefail cd /tmp || exit 1 -wget -O /tmp/sonar-scan.zip \ +wget -q -O /tmp/sonar-scan.zip \ "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux.zip" -unzip sonar-scan.zip +unzip -q sonar-scan.zip sudo mv sonar-scanner-* /opt/sonar-scanner -wget -O /tmp/bw.zip \ +wget -q -O /tmp/bw.zip \ "https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip" -unzip bw.zip +unzip -q bw.zip sudo mv build-wrapper-* /opt/build-wrapper mkdir -p "$build_dir"