]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth-4.3.x: avoid paging in git 9724/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 13 Nov 2020 17:54:31 +0000 (18:54 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 13 Nov 2020 17:54:31 +0000 (18:54 +0100)
.circleci/config.yml

index f03df62c12cc95f9c9ec525c82dd6ed4ec6b5f35..53b936c776b2d12c2d394c4bda24e0c5eb638e08 100644 (file)
@@ -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