From: Pieter Lexis Date: Tue, 18 Jun 2019 07:48:23 +0000 (+0200) Subject: coverity: Fix paths from extracted tarball X-Git-Tag: dnsdist-1.4.0-rc1~117^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7944%2Fhead;p=thirdparty%2Fpdns.git coverity: Fix paths from extracted tarball It seems that in the 2019-03 version of the coverity tools, the number of leading dirs in the tarball changed. --- diff --git a/.circleci/config.yml b/.circleci/config.yml index b2ff9ba835..1f6306d379 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ commands: steps: - run: name: Install Coverity tools - command: curl -s https://scan.coverity.com/download/linux64 --data "token=${COVERITY_TOKEN}&project=${COVERITY_PROJECT}" | gunzip | tar xvf /dev/stdin --strip-components=2 --no-same-owner -C /usr/local + command: curl -s https://scan.coverity.com/download/linux64 --data "token=${COVERITY_TOKEN}&project=${COVERITY_PROJECT}" | gunzip | tar xvf /dev/stdin --strip-components=1 --no-same-owner -C /usr/local add-docs-upload-ssh: description: Add ssh known_hosts fingerprints