diff --git a/ci/calamares-coverity.sh b/ci/calamares-coverity.sh index 70bba5d99..c7a6351c5 100755 --- a/ci/calamares-coverity.sh +++ b/ci/calamares-coverity.sh @@ -24,7 +24,7 @@ wget https://scan.coverity.com/download/cxx/linux64 --no-check-certificate \ --post-data "token=ll90T04noQ4cORJx_zczKA&project=calamares%2Fcalamares" \ -O coverity_tool.tar.gz mkdir "$WORKSPACE/coveritytool" -tar xvf coverity_tool.tar.gz -C "$WORKSPACE/coveritytool" --strip-components 1 +tar xvf coverity_tool.tar.gz -C "$WORKSPACE/coveritytool" --strip-components 2 export PATH="$WORKSPACE/coveritytool/bin:$PATH" rm -Rf "$WORKSPACE/build" diff --git a/ci/kpmcore-coverity.sh b/ci/kpmcore-coverity.sh index abc880150..9507fc438 100755 --- a/ci/kpmcore-coverity.sh +++ b/ci/kpmcore-coverity.sh @@ -8,7 +8,7 @@ wget https://scan.coverity.com/download/cxx/linux64 --no-check-certificate \ --post-data "token=cyOjQZx5EOFLdhfo7ZDa4Q&project=KDE+Partition+Manager+Core+Library+-+KPMcore" \ -O coverity_tool.tar.gz mkdir "$WORKSPACE/coveritytool" -tar xvf coverity_tool.tar.gz -C "$WORKSPACE/coveritytool" --strip-components 1 +tar xvf coverity_tool.tar.gz -C "$WORKSPACE/coveritytool" --strip-components 2 export PATH="$WORKSPACE/coveritytool/bin:$PATH" rm -Rf "$WORKSPACE/build"