From: Peter van Dijk Date: Wed, 11 Sep 2019 12:12:35 +0000 (+0200) Subject: circleci coverity: actually do git checkout X-Git-Tag: dnsdist-1.4.0-rc3~56^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=639da53c0fafed42b8401862b108aab6369acd4f;p=pdns circleci coverity: actually do git checkout --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e952465e..9073580cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -993,7 +993,7 @@ jobs: steps: - install-auth-dev-deps - install-coverity-tools - - get-workspace + - checkout-shallow - run: name: autoconf command: BUILDER_VERSION=0.0.0-git1 autoreconf -vfi @@ -1063,7 +1063,7 @@ jobs: ragel \ virtualenv - install-coverity-tools - - get-workspace + - checkout-shallow - run: name: autoconf command: BUILDER_VERSION=0.0.0-git1 autoreconf -vfi @@ -1135,7 +1135,7 @@ jobs: ragel \ virtualenv - install-coverity-tools - - get-workspace + - checkout-shallow - run: name: autoconf command: BUILDER_VERSION=0.0.0-git1 autoreconf -vfi