From: Peter van Dijk Date: Wed, 12 Feb 2020 20:22:33 +0000 (+0100) Subject: backport of #8737: avoid 'git show -s' from starting a pager in CircleCI X-Git-Tag: auth-4.2.2~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8817%2Fhead;p=thirdparty%2Fpdns.git backport of #8737: avoid 'git show -s' from starting a pager in CircleCI --- diff --git a/.circleci/config.yml b/.circleci/config.yml index eef1d2f5c4..87639ca9ab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ commands: echo === Checking out branch "${CIRCLE_BRANCH}" from "$CIRCLE_REPOSITORY_URL" git clone --depth 1 --branch $CIRCLE_BRANCH $CIRCLE_REPOSITORY_URL ~/project fi - git show -s + git --no-pager show -s install-coverity-tools: description: Install the coverity tools to /usr/local