From: Peter van Dijk Date: Fri, 13 Nov 2020 17:54:31 +0000 (+0100) Subject: auth-4.3.x: avoid paging in git X-Git-Tag: auth-4.3.2~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9724%2Fhead;p=thirdparty%2Fpdns.git auth-4.3.x: avoid paging in git --- diff --git a/.circleci/config.yml b/.circleci/config.yml index f03df62c12..53b936c776 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -504,7 +504,7 @@ jobs: name: Check formatting command: | ./build-scripts/format-code pdns/recursordist/*.[ch][ch] - git diff + git --no-pager diff exit $(git diff | wc -l) working_directory: ~/project @@ -1416,4 +1416,4 @@ workflows: - checkout - test-ixfrdist-regression: requires: - - build-auth \ No newline at end of file + - build-auth