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

index 0e672e8299a5b94d5269a6cfd0a5c5147d162eeb..e86af19e2a56610281ad747cba366516906b415a 100644 (file)
@@ -26,7 +26,7 @@ commands:
               git clone --depth 1 --branch $CIRCLE_BRANCH $CIRCLE_REPOSITORY_URL /opt/project
             fi
             cd /opt/project
-            git show -s
+            git --no-pager show -s
 
   get-workspace:
     description: "Attach workspace to /opt and symlink checkout into home"
@@ -500,7 +500,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