From: Peter van Dijk Date: Fri, 13 Nov 2020 17:56:25 +0000 (+0100) Subject: rec-4.2.x: avoid paging in git X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9723%2Fhead;p=thirdparty%2Fpdns.git rec-4.2.x: avoid paging in git --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 938b2b38fd..86a9ac27c4 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 auth-regress-setup: description: Prepare the environment for auth regression tests